Commit Graph

13 Commits

Author SHA1 Message Date
jguenat
d87fe80b79 [FIX] web_timeline: utc and create_completed
fix wrong time used when creating new record

on record creation timeline view was reloaded and all items disappeared
fix by removing unnecessary reload
2024-10-20 12:31:02 -05:00
Alexis de Lattre
9402bfb45b [FIX] web_timeline: order group_by field
Fix bug #2266: before this fix, the lines of the timeline view were always sorted by alphabetical order, ignoring the native order of the model on which the group_by field points to.

Fix duplicate entries in the 'fields' argument when the 'colors' parameters uses the same field in multiple conditions.
2024-10-19 14:52:37 -05:00
CarlosRoca13
4f1301aef8 [FIX] web_timeline: Allow groupby m2m fields 2024-10-19 14:52:37 -05:00
Holger Brunn
3c33c60f06 [FIX] web_timeline: Don't crash when restoring timeline from breadcrumb 2024-10-19 14:52:37 -05:00
Murtaza Mithaiwala
dbf94246a8 [FIX] Travis 2024-10-19 14:52:37 -05:00
Alexandre Díaz
6f8b908597 [MIG] web_timeline: Finish migration to 13.0 2024-10-19 14:52:37 -05:00
Thong Nguyen Van
b0eb269e41 [MIG] web_timeline: Migration to 13.0 2024-10-19 14:52:37 -05:00
tarteo
77851f1560 [FIX] web_timeline: Reloading view
[FIX] web_timeline: Reloading view

[FIX] web_timeline: Reloading view
2024-10-19 14:52:37 -05:00
tarteo
8d6b546bab [MIG] web_timeline: Migration to 12.0 2024-10-19 14:52:37 -05:00
Dennis Sluijk
82af9cc159 [ADD] Enable multiselect
[IMP] Prevent flickering

[IMP] Fixed headers

[ADD] Create new record by date range selection

Remove roadmap item from readme

[FIX] minimal height
2024-10-19 14:52:37 -05:00
tarteo
fdca1f5138 [ADD] web_timeline: New dependency_arrow attribute
Update README.rst

[FIX] Remove console.log

[ADD] Make timeline.fit optional

[FIX] Use stringified points

[IMP] Reversed the arrow head and fixed lint issues

[IMP] Use options parameter for line color and width

[FIX] Version number

[IMP] Minor improvements
2024-10-19 14:52:37 -05:00
Martin Nicolas Cuesta
c432c310ee [FIX] Missing GroupClick Functionality 2024-10-19 14:52:37 -05:00
Martin Nicolas Cuesta
97b30d646f [MIG] web_timeline module from v10 to v11
* Update Version in Manifest
* Remove enconding in .py files
* Rewrite the view definition according to version 11
2024-10-19 14:52:37 -05:00