diff --git a/web_timeline/README.rst b/web_timeline/README.rst index cf3234d94..5881f7320 100755 --- a/web_timeline/README.rst +++ b/web_timeline/README.rst @@ -143,7 +143,9 @@ with the dragged start and end date. Known issues / Roadmap ====================== -* Implement a more efficient way of refreshing timeline after a record update. +* Implement a more efficient way of refreshing timeline after a record update; +* Make `attrs` attribute work; +* Make action attributes work (create, edit, delete) like in form and tree views. Bug Tracker =========== diff --git a/web_timeline/static/description/index.html b/web_timeline/static/description/index.html index 49e4a9484..338104146 100644 --- a/web_timeline/static/description/index.html +++ b/web_timeline/static/description/index.html @@ -517,7 +517,9 @@ with the dragged start and end date.

Known issues / Roadmap