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