stable

Clone or download

Read-only

feat: Introduce pdf template administration

As site admin you can go to site admin » plugins » pdf template. The table displays an empty state. Users that are not siteadmin cannot access this page. Part of story #38630: Export to file Change-Id: I83891526f7df669e3ee166631b11af2d863f2bd1

Modified Files

Name
A plugins/pdftemplate/include/PdfTemplate/Admin/IndexPdfTemplateController.php +72 −0 Go to diff View file
A plugins/pdftemplate/include/PdfTemplate/Admin/index.mustache +41 −0 Go to diff View file
M plugins/pdftemplate/include/pdftemplatePlugin.php +34 −0 Go to diff View file
A plugins/pdftemplate/scripts/admin/package.json +17 −0 Go to diff View file
A plugins/pdftemplate/scripts/admin/pnpm-lock.yaml +10 −0 Go to diff View file
A plugins/pdftemplate/scripts/admin/src/admin.scss +22 −0 Go to diff View file
A plugins/pdftemplate/scripts/admin/src/index.ts +20 −0 Go to diff View file
A plugins/pdftemplate/scripts/admin/tsconfig.json +12 −0 Go to diff View file
A plugins/pdftemplate/scripts/admin/vite.config.ts +37 −0 Go to diff View file
M plugins/pdftemplate/site-content/fr_FR/LC_MESSAGES/tuleap-pdftemplate.po +24 −0 Go to diff View file
A plugins/pdftemplate/tests/unit/PdfTemplate/Admin/IndexPdfTemplateControllerTest.php +49 −0 Go to diff View file