Defect #32194
closedCalendar page lacks buttons to manage custom queries
0%
Description
You can apply existing custom queries to Calendar but you cannot create, edit, or delete custom queries on the Calendar page because the page lacks "Save", "Edit", or "Delete" buttons for queries.
Like Issues and Gantt, the Calendar page should also have those buttons.
Files
Updated by Mizuki ISHIKAWA about 5 years ago
- File 0001-Add-manage-custom-query-buttons-on-calendar.patch 0001-Add-manage-custom-query-buttons-on-calendar.patch added
- File 0002-Fix-indentation-in-queries-_form.patch 0002-Fix-indentation-in-queries-_form.patch added
I attach a patch to add "Save", "Edit" and "Delete" buttons(0001~).
The 0002 patch corrects the indentation of corrects app/views/queries/_form.html.erb.
Since the buttons are only added by the 0001 patch, it is not mandatory to commit the 0002 patch.
Updated by Marius BĂLTEANU about 5 years ago
Go MAEDA wrote:
Go MAEDA wrote:
This patch conflicts with #23980. I don't commit this patch now in order to prioritize #23980.
Since #23980 was postponed until 5.0.0, I think this fix can be committed now.
I think the patches conflicts with #29482 and not with #23980. Right now, only the first patch can be applied cleanly on the current trunk.
Updated by Go MAEDA about 5 years ago
- Target version changed from 4.1.0 to Candidate for next major release
Updated by Mizuki ISHIKAWA almost 5 years ago
- File 0001-Add-manage-custom-query-buttons-on-calendar.patch 0001-Add-manage-custom-query-buttons-on-calendar.patch added
- File 0002-Fix-indentation-in-queries-_form.patch 0002-Fix-indentation-in-queries-_form.patch added
I modified the patch so that it can be applied cleanly to the current trunk.
Updated by Go MAEDA almost 5 years ago
- Target version changed from Candidate for next major release to 4.2.0
Thank you for updating the patch. Setting the target version to 4.2.0.
Updated by Go MAEDA almost 5 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you for your contribution.