stable

Clone or download

Read-only

chore: Build Move artifact modal separately

No functional change expected in the "Move artifact" button. Edit an artifact with the Artifact view, on the top left, there is an "Actions" button with a dropdown and a "Move this artifact" button. When you click it, the modal loads correctly and is translated. If it fails to load (network offline), a codendi feedback is shown. part of request #29264 Split the build of tracker plugin frontend assets into multiple apps Change-Id: Idb206cfbacaf21eafcb076a4cb51192a0343e121

Modified Files

Name
M plugins/tracker/build-manifest.json +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Artifact.php +2 −2 Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/jest.config.js Go to diff View file
A plugins/tracker/scripts/move-artifact-action/package.json +26 −0 Go to diff View file
A plugins/tracker/scripts/move-artifact-action/pnpm-lock.yaml +120 −0 Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/po/fr_FR.po Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/api/rest-querier.js Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/api/rest-querier.test.js Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/components/DryRunFullyMigratedFieldState.vue Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/components/DryRunNotMigratedFieldState.vue Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/components/DryRunPartiallyMigratedFieldState.vue Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/components/DryRunPreview.vue Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/components/FieldErrorMessage.vue Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/components/MoveModal.vue Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/components/MoveModalSelectors.vue Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/components/MoveModalTitle.vue Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/components/ProjectSelector.vue Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/components/TrackerSelector.vue Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/from-tracker-presenter.js Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/index.js Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/modal.js Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/store/actions.js Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/store/actions.test.js Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/store/getters.js Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/store/index.js Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/store/mutations.js Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/store/state.js Go to diff View file
R plugins/tracker/scripts/artifact-action-buttons/src/window-helper.js Go to diff View file
A plugins/tracker/scripts/move-artifact-action/webpack.common.js +51 −0 Go to diff View file
A plugins/tracker/scripts/move-artifact-action/webpack.dev.js +23 −0 Go to diff View file
A plugins/tracker/scripts/move-artifact-action/webpack.prod.js +23 −0 Go to diff View file
M plugins/tracker/webpack.common.js +1 −32 Go to diff View file