stable

Clone or download

Read-only

Fix gettext extraction if the cross report document export modal

The build manifest was not properly configured initially so the extarction was not correct. This contribution adds a bit more of content to ensure it works as expected in different contexts. The added content does not deal with the styles nor the behavior. For now it is purely static. Part of story #23469: export reports with linked artifact in xlsx format Change-Id: Ic49f7876f1d24b580eadbecef37e3ae239fb72c2

Modified Files

Name
M plugins/document_generation/build-manifest.json +1 −1 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/po/fr_FR.po +29 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ExplanationsExport.vue +41 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Components/FirstLevelSelector.vue +41 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Components/Main.test.ts +8 −22 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Components/Main.vue +3 −82 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ModalContent.test.ts +53 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ModalContent.vue +110 −0 Go to diff View file
M tools/utils/scripts/gettext/file-extractor.js +8 −4 Go to diff View file