Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Digit2.9 merge #1021

Merged
merged 33 commits into from
Apr 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
28ad3d3
Survey Module added
Chinmoy-96 Mar 18, 2024
4ad5707
Survey Module added
Chinmoy-96 Mar 18, 2024
681ad42
Update .prettierrc.json
vinothrallapalli-eGov Mar 19, 2024
347d522
Survey Module added
Chinmoy-96 Mar 19, 2024
111c43e
Survey Module added
Chinmoy-96 Mar 19, 2024
64c384b
Survey Module added
Chinmoy-96 Mar 19, 2024
2c8c177
Survey Module added
Chinmoy-96 Mar 19, 2024
fffd99d
Survey Module added
Chinmoy-96 Mar 19, 2024
bfaf091
Survey Module added
Chinmoy-96 Mar 19, 2024
a2020d5
Survey Module added
Chinmoy-96 Mar 19, 2024
5ae259e
Survey Module added
Chinmoy-96 Mar 19, 2024
00ee16f
Survey Version updated
Chinmoy-96 Mar 19, 2024
81656e9
Update publish-beta.sh
jagankumar-egov Mar 20, 2024
4427e78
Update package.json
jagankumar-egov Mar 20, 2024
dd70ea6
Package.json updated
Chinmoy-96 Mar 20, 2024
d42152e
Updated package.json
Chinmoy-96 Mar 20, 2024
77ce4ed
Disable the engagemant module
Chinmoy-96 Mar 20, 2024
68b848b
Enable Engagement module
Chinmoy-96 Mar 20, 2024
3af318a
Enable Engagement module
Chinmoy-96 Mar 20, 2024
c4bb6e9
Engagement module verion modification
Chinmoy-96 Mar 20, 2024
38b1f23
DSS module merged for 2.9
Chinmoy-96 Mar 20, 2024
d1feec0
DSS WS PGR Module adder for 2.9
Chinmoy-96 Mar 20, 2024
a769740
FSM HRMS MCOLLECT NOC module addded for 2.9
Chinmoy-96 Mar 20, 2024
2c94a47
Receipts, templets, and css added for 2.9
Chinmoy-96 Mar 20, 2024
621cfee
Added mono-ui and workbench for 2.9
Chinmoy-96 Mar 21, 2024
7a9660e
Package.json changes
Chinmoy-96 Mar 21, 2024
eb5fb8e
Package.json changes
Chinmoy-96 Mar 21, 2024
f93b8e2
Show all property type option from from mdms for citizen
Chinmoy-96 Mar 21, 2024
3146c34
PT common MDMS changes
Chinmoy-96 Mar 21, 2024
806df85
UM-6742 PGR null check added
Chinmoy-96 Mar 27, 2024
005218e
CSS Changes
Chinmoy-96 Mar 27, 2024
64bb733
UM-6742 Upyog Sandbox: PGR: Citizen unable to file grievance, UI crashes
Chinmoy-96 Mar 28, 2024
6797bd9
Merge branch 'digit2.9' into digit2.9-merge
vinothrallapalli-eGov Apr 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
PT common MDMS changes
  • Loading branch information
Chinmoy-96 committed Mar 21, 2024
commit 3146c34b432ff62a8f53dba0876d3511f461928d
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
"@upyog/digit-ui-module-noc": "1.7.3",
"@upyog/digit-ui-module-obps": "1.7.2",
"@upyog/digit-ui-module-pgr": "1.7.3",
"@upyog/digit-ui-module-pt": "1.7.3",
"@upyog/digit-ui-module-pt": "1.7.4",
"@upyog/digit-ui-module-receipts": "1.7.3",
"@upyog/digit-ui-module-tl": "1.7.2",
"@upyog/digit-ui-module-ws": "1.7.3",
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upyog/digit-ui-module-pt",
"version": "1.7.3",
"version": "1.7.4",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ const SelectPTUnits = React.memo(({ t, config, onSelect, userType, formData }) =
}
};

const { data: mdmsData, isLoading } = Digit.Hooks.useCommonMDMSV2(
const { data: mdmsData, isLoading } = Digit.Hooks.useCommonMDMS(
Digit.ULBService.getStateId(),
"PropertyTax",
["Floor", "OccupancyType", "UsageCategory"],
2 changes: 1 addition & 1 deletion frontend/micro-ui/web/package.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
"@upyog/digit-ui-module-obps": "1.7.2",
"@upyog/digit-ui-module-noc": "1.7.3",
"@upyog/digit-ui-module-pgr": "1.7.3",
"@upyog/digit-ui-module-pt": "1.7.3",
"@upyog/digit-ui-module-pt": "1.7.4",
"@upyog/digit-ui-module-receipts": "1.7.3",
"@upyog/digit-ui-module-tl": "1.7.2",
"@upyog/digit-ui-module-ws": "1.7.3",
Loading