stable
Clone or download
Read-only
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 |