stable
Clone or download
Read-only
This is part of story #10678 define a query for title and description semantics How to test: - There is a textarea in writing mode of the widget - When you enter a query, it is sent in the API call to /cross_tracker_report/:id/content (but the server ignores it for now). Change-Id: I868bb12e60b5ee8c64ab75770111cfec9054620e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/templates/widgets/project-cross-tracker-search-writing-mode.mustache | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/po/fr.po | +19 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/po/template.pot | +17 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/index.js | +10 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/query-result-controller.js | +1 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/rest-querier.js | +1 | −2 | Go to diff View file |
A | plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/QueryEditor.vue | +44 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/writing-cross-tracker-report.js | +1 | −0 | Go to diff View file |
M | plugins/crosstracker/www/themes/BurningParrot/css/_cross-tracker.scss | +16 | −1 | Go to diff View file |