Hi, sorry for the delay - I've been trying to make sure my environment is as clean as possible to reproduce.
My scenario:
- using Projeqtor v6.5.7 release
- start from empty database => all tables are created at first logon
- create one project "Test" and 2 tickets in that project
- install Kanban plugin
- disconnect and empty cache, then reconnect
- open default Kanban => everything looks OK
- click on "add new column" => there is a JS error :
dojo/parser::parse() error Error: Tried to register widget with id==kanbanName but that id is already registered
and the pop-up looks like this:
- create new Kanban board based on Ticket and status => created OK, both tickets are listed in default column "Backlog" (from recorded to cancelled)
- click on "add new column" => the same JS error appears
I left everything in default values (list of status, workflows, etc.) from the empty initialized database.
Any ideas are welcome