stable
Clone or download
Read-only
No functional change expected in the "Permissions per group" page of project administration. It functions as before. It is still translated (but now it also loads pt_BR). part of request #30339 Split agiledashboard frontend into separate apps Change-Id: Id38a4a87fef547e777970e5fef304cc44bdd7e3f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +9 | −6 | Go to diff View file |
M | plugins/agiledashboard/package.json | +1 | −5 | Go to diff View file |
M | plugins/agiledashboard/pnpm-lock.yaml | +0 | −87 | Go to diff View file |
A | plugins/agiledashboard/scripts/permissions-per-group/package.json | +22 | −0 | Go to diff View file |
A | plugins/agiledashboard/scripts/permissions-per-group/pnpm-lock.yaml | +95 | −0 | Go to diff View file |
A | plugins/agiledashboard/scripts/permissions-per-group/po/pt_BR.po | +28 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/permissions-per-group/src/index.js | +8 | −12 | Go to diff View file |
A | plugins/agiledashboard/scripts/permissions-per-group/vite.config.ts | +40 | −0 | Go to diff View file |
M | plugins/agiledashboard/tsconfig.json | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/webpack.common.js | +1 | −8 | Go to diff View file |