stable
Clone or download
Read-only
This is part of story #22213 get a document with basic fields When clicking on the "Generate Document" button, a document is generated, after some REST queries, with only artifact IDs. Nothing is done yet to show to the user that something is done (no spinner). Change-Id: I4b5610bb48fea5abc764ef22e36e764e260f706a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/include/document_generationPlugin.php | +19 | −1 | Go to diff View file |
A | plugins/document_generation/package-lock.json | +153 | −0 | Go to diff View file |
A | plugins/document_generation/package.json | +20 | −0 | Go to diff View file |
A | plugins/document_generation/scripts/tracker-report-action/src/index.ts | +86 | −0 | Go to diff View file |
A | plugins/document_generation/scripts/tracker-report-action/src/type.ts | +32 | −0 | Go to diff View file |
A | plugins/document_generation/tsconfig.json | +10 | −0 | Go to diff View file |
A | plugins/document_generation/webpack.common.js | +43 | −0 | Go to diff View file |
A | plugins/document_generation/webpack.dev.js | +23 | −0 | Go to diff View file |
A | plugins/document_generation/webpack.prod.js | +23 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Renderer/Table/GetExportOptionsMenuItemsEvent.php | +18 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php | +4 | −0 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +2 | −0 | Go to diff View file |