stable

Clone or download

Read-only

chore: Build tracker permissions per group separately

No functional change expected in the "trackers" section of the permissions per group page. The app loads correctly and is translated. Notes: Also added missing pt_BR files for recently changed tracker apps. They are untranslated yet, but the files should exist to make it easier to add translations. Also removed the language config line from workflow transitions, it is already done in initVueGettext lib. part of request #29264 Split the build of tracker plugin frontend assets into multiple apps Change-Id: I848b9cac4450de2014257bc5283fcc31b4d8a0ea

Modified Files

Name
M plugins/tracker/include/trackerPlugin.php +5 −1 Go to diff View file
M plugins/tracker/package.json +1 −5 Go to diff View file
M plugins/tracker/pnpm-lock.yaml +0 −91 Go to diff View file
A plugins/tracker/scripts/move-artifact-action/po/pt_BR.po +65 −0 Go to diff View file
A plugins/tracker/scripts/permissions-per-group/package.json +22 −0 Go to diff View file
A plugins/tracker/scripts/permissions-per-group/pnpm-lock.yaml +99 −0 Go to diff View file
A plugins/tracker/scripts/permissions-per-group/po/pt_BR.po +25 −0 Go to diff View file
M plugins/tracker/scripts/permissions-per-group/src/index.js +7 −19 Go to diff View file
A plugins/tracker/scripts/permissions-per-group/webpack.common.js +48 −0 Go to diff View file
A plugins/tracker/scripts/permissions-per-group/webpack.dev.js +23 −0 Go to diff View file
A plugins/tracker/scripts/permissions-per-group/webpack.prod.js +23 −0 Go to diff View file
A plugins/tracker/scripts/workflow-transitions/po/pt_BR.po +332 −0 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/index.js +0 −2 Go to diff View file
M plugins/tracker/webpack.common.js +3 −17 Go to diff View file