group tasks history path
parent
cda994ec59
commit
6f55d2ec5a
|
@ -155,7 +155,7 @@ export default function AppRoutes() {
|
|||
Constants.PERMISSIONS.GROUP_TASKS.HISTORY
|
||||
) && (
|
||||
<Route
|
||||
path={Constants.ROUTE_PATHS.GROUP_TASKS + "-history"}
|
||||
path={Constants.ROUTE_PATHS.GROUP_TASKS_HISTORY}
|
||||
element={
|
||||
<SuspenseFallback>
|
||||
<GroupTasksHistory />
|
||||
|
|
|
@ -48,6 +48,7 @@ export const Constants = {
|
|||
EQUIPMENT_DOCUMENTATION: "/equipment-documentation",
|
||||
EQUIPMENT_DOCUMENTATION_VIEW: "/equipment-documentation/",
|
||||
GROUP_TASKS: "/group-tasks/",
|
||||
GROUP_TASKS_HISTORY: "/group-tasks-history",
|
||||
},
|
||||
GROUP_TASKS_STATUS: {
|
||||
FINISHED: 1,
|
||||
|
|
Loading…
Reference in New Issue