Feature #39130
openCommon Formatting - Check tasklist item without editing function
0%
Description
The task list function was integrated in feature #35742 - however, there is still no support for activating these entries without the editing function
Files
Related issues
Updated by ztx lyghters 5 months ago
I'm very surprised this is still not implemented. What is the point of a task list, if you cannot interact with it?
Updated by Marius BĂLTEANU 4 months ago
- Related to Patch #40197: Update commonmarker to 2.3.0 added
Updated by Marius BĂLTEANU 4 months ago
- Assignee set to Marius BĂLTEANU
- Target version set to 6.1.0
Updated by Marius BĂLTEANU 21 days ago
- File 0001-WIP.patch added
I've attached a very basic code that allows to update the task list items directly from the UI without using the edit form. The patch works only on issue description at this stage and it is only for demo purposes.
Updated by Marius BĂLTEANU 17 days ago
- File 0001-WIP.patch 0001-WIP.patch added
This is a new version of the demo patch that makes the code reusable between multiple entities by introducing ActiveSupport::Concern
.
Updated by Marius BĂLTEANU 2 days ago
Thanks!
I agree that we can show a successful flash on success, but now the implementation is somehow blocked because we need to handle the check and the uncheck also on the edit forms that are already rendered in the HTML (when the user clicks the checkboxes on the view mode). The most elegant way is to load the edit forms async, but the code gets more complex because we need to handle the JS toolbar after each load.