Skip to content

Commit

Permalink
Merge pull request #529 from odisha-muktasoft/UAT-CHANGES
Browse files Browse the repository at this point in the history
Added estimate template link in mukta card
  • Loading branch information
Tulika-eGov authored Jul 11, 2024
2 parents a3cef83 + e4b9193 commit 1b17d3f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const ROLES = {
WORKBENCH : ["MDMS_ADMIN", "MDMS_STATE_ADMIN", "MDMS_CITY_ADMIN", "MDMS_STATE_VIEW_ADMIN", "MDMS_CITY_VIEW_ADMIN"],
DSS: ["STADMIN"],
REVISIONOFRATES : ["MDMS_ADMIN", "MDMS_CITY_ADMIN", "MDMS_STATE_VIEW_ADMIN", "MDMS_CITY_VIEW_ADMIN"],
ESTIMATETEMPLATE : ["MDMS_ADMIN", "MDMS_STATE_ADMIN"],
};

// Mukta Overrriding the Works Home screen card
Expand Down Expand Up @@ -226,6 +227,11 @@ const WorksCard = () => {
label: t("ACTION_TEST_10REVISIONOFRATES"),
link: `/${window?.contextPath}/employee/rateAnalysis/search-sor`,
roles: ROLES.REVISIONOFRATES,
},
{
label: t("ACTION_TEST_11ESTIMATETEMPLATE"),
link: `/workbench-ui/employee/workbench/mdms-search-v2?moduleName=WORKS&masterName=EstimateTemplate`,
roles: ROLES.ESTIMATETEMPLATE,
}
];

Expand Down

0 comments on commit 1b17d3f

Please sign in to comment.