stable

Clone or download

Read-only

chore: convert tracker permissions to vue3

No functional changes: in project ยป admin ยป permissions per group, you can still "See all tracker permissions". If backend sends errors, they are still displayed. Took the opportunity to use getJSON, but it requires error message to follow restler error message, that is why now tracker sends { error: { message: โ€ฆ } } instead of { error: โ€ฆ } Part of request #31168: Migration Vue2 => Vue3 Change-Id: Id53b6238941d4b24cc85f65bb04750832b030a77

Modified Files

Name
M plugins/tracker/build-manifest.json +4 โˆ’4 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +6 โˆ’4 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +2 โˆ’2 Go to diff View file
M plugins/tracker/scripts/permissions-per-group/package.json +12 โˆ’7 Go to diff View file
M plugins/tracker/scripts/permissions-per-group/pnpm-lock.yaml +487 โˆ’24 Go to diff View file
M plugins/tracker/scripts/permissions-per-group/src/BaseTrackerPermissions.vue +36 โˆ’54 Go to diff View file
M plugins/tracker/scripts/permissions-per-group/src/TrackerPermissionTableEmptyState.vue +19 โˆ’17 Go to diff View file
M plugins/tracker/scripts/permissions-per-group/src/TrackerPermissionsTable.vue +13 โˆ’15 Go to diff View file
M plugins/tracker/scripts/permissions-per-group/src/TrackerPermissionsTableContent.vue +18 โˆ’26 Go to diff View file
R plugins/tracker/scripts/permissions-per-group/src/index.js Go to diff View file
A plugins/tracker/scripts/permissions-per-group/src/rest-querier.ts +45 โˆ’0 Go to diff View file
A plugins/tracker/scripts/permissions-per-group/tsconfig.json +4 โˆ’0 Go to diff View file
R plugins/tracker/scripts/permissions-per-group/src/rest-querier.js Go to diff View file
D plugins/tracker/scripts/permissions-per-group/webpack.common.js +0 โˆ’48 Go to diff View file
D plugins/tracker/scripts/permissions-per-group/webpack.dev.js +0 โˆ’23 Go to diff View file
D plugins/tracker/scripts/permissions-per-group/webpack.prod.js +0 โˆ’23 Go to diff View file