Skip to content

Commit 111ae2e

Browse files
committed
chore: update version
1 parent 9796e35 commit 111ae2e

File tree

4 files changed

+1
-1390
lines changed

4 files changed

+1
-1390
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@
1010
- Made the timestamp field mandatory and added a summary view when no fields are selected.
1111
- Moved “Add Filter” button to the left and improved filter UI with better icons.
1212
- Removed unnecessary header space to enhance table visibility.
13-
- Added "contains one of" and "does not contain one of" operators to filters.
14-
- Improved compliance report views with added functionalities, including status tracking and evidence attachments.
13+
- Added "contains one of" and "does not contain one of" operators to filters.

backend/src/main/resources/config/liquibase/changelog/20241120001_update_compliance_menu.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,6 @@
2424
name = 'Alerts And Incidents'
2525
WHERE id = 505;
2626
27-
INSERT INTO public.utm_menu (id, name, url, parent_id, type, dashboard_id, position, menu_active, menu_action, menu_icon, module_name_short)
28-
VALUES (507, 'CMMC', 'compliance/report-viewer?standardId=1000000&standardName=CMMC', 500, 1, null, 6, true, false, null, null);
29-
30-
INSERT INTO public.utm_menu (id, name, url, parent_id, type, dashboard_id, position, menu_active, menu_action, menu_icon, module_name_short)
31-
VALUES (508, 'HIPAA', 'compliance/report-viewer?standardId=1000001&standardName=HIPAA', 500, 1, null, 7, true, false, null, null);
32-
33-
INSERT INTO public.utm_menu (id, name, url, parent_id, type, dashboard_id, position, menu_active, menu_action, menu_icon, module_name_short)
34-
VALUES (509, 'BANKING AUDIT', 'compliance/report-viewer?standardId=1000002&standardName=BANKING AUDIT', 500, 1, null, 7, true, false, null, null);
35-
36-
INSERT INTO utm_menu_authority (menu_id, authority_name) VALUES (507, 'ROLE_ADMIN');
37-
INSERT INTO utm_menu_authority (menu_id, authority_name) VALUES (507, 'ROLE_USER');
38-
39-
INSERT INTO utm_menu_authority (menu_id, authority_name) VALUES (508, 'ROLE_ADMIN');
40-
INSERT INTO utm_menu_authority (menu_id, authority_name) VALUES (508, 'ROLE_USER');
41-
42-
INSERT INTO utm_menu_authority (menu_id, authority_name) VALUES (509, 'ROLE_ADMIN');
43-
INSERT INTO utm_menu_authority (menu_id, authority_name) VALUES (509, 'ROLE_USER');
44-
4527
ALTER TABLE utm_compliance_report_config
4628
ADD COLUMN IF NOT EXISTS config_report_note TEXT;
4729

0 commit comments

Comments
 (0)