This question has been flagged
1 Reply
4738 Views

I have maintenance plugin and I want to disable small button for adding new requests in kanban view.
https://i.imgur.com/hMTnqix.png

I was trying to edit kanban.html but there is nothing about quick add there (I went to dev mode and from the top right debug menu I chose "Edit View: Kanban").
Here is the code: https://pastebin.com/i22wwaFk

Avatar
Discard
Best Answer

Add attribute quick_create="false" on kanban view.
Something like: <kanban quick_create="false">​

Avatar
Discard