-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by pedrobaeza
- Loading branch information
Showing
2 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
* Implement a more efficient way of refreshing timeline after a record update; | ||
* Make `attrs` attribute work; | ||
* Make ``attrs`` attribute work; | ||
* Make action attributes work (create, edit, delete) like in form and tree views. | ||
* When grouping by m2m and more than one record is set, the timeline item appears only | ||
on one group. Allow showing in both groups. | ||
* When grouping by m2m and dragging for changing the time or the group, the changes on | ||
the group will not be set, because it could make disappear the records not related | ||
with the changes that we want to make. When the item is showed in all groups change | ||
the value according the group of the dragged item. | ||
* When an item label does not fit in its date-range box: ✅ the label correctly overflows | ||
the box; ✅ clicking anywhere on the label allows moving the box; ❌ double-clicking | ||
the label outside of the box does not open that item. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters