Feature #39130
open
Common Formatting - Check tasklist item without editing function
Added by C S almost 2 years ago.
Updated 15 days ago.
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
I'm very surprised this is still not implemented. What is the point of a task list, if you cannot interact with it?
- Assignee set to Marius BĂLTEANU
- Target version set to 6.1.0
- 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.
- File deleted (
0001-WIP.patch)
This is a new version of the demo patch that makes the code reusable between multiple entities by introducing ActiveSupport::Concern
.
Thank you for implementing this feature.
I am concerned that users might accidentally change the checkbox status by mistake.
It would be helpful if the UI gave clear feedback so they can quickly notice when that happens.
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.
Also available in: Atom
PDF