Skip to content
Snippets Groups Projects
Commit a1778ed5 authored by Géry Debongnie's avatar Géry Debongnie
Browse files

[FIX] web: make the kanban view wait on async field widgets

Before this commit, the kanban view ignored the fact that a field widget
could be asynchronous.  Worse, some preliminary support was done in
kanban record, but this would crash if an async widget was used.

With this commit, we properly synchronize the kanban
records/columns/renderer.  If for some reason a widget needs to be
added to the DOM before it is ready, it can simply returns an empty
value in the willStart/start methods.
parent 6bdc6541
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment