quick link edit task

In a previous installation of kanboard we had a button on every task in the board view to quick edit it. I can not find how I can activate it again?

is it gone, or just won’t work?

It is gone, and i do not no how to enable it.

I don’t think it’s something you can simply turn off or on, I’ll double check. What plug-ins do you have installed?

Solvend, the MetaMagik Kanboard Plugin add this function although it was not installed in my previous installation and it did have this button.

Interesting, I’ll have to look into that. It would have to do with a template override. What other plug-ins did you have installed. It’s possible, you have an old plug in with an old template, and when you insta)ed metamagick, it forced a newer template to override.

I did not have any other plug-ins installed. I did have some custom stylesheet:

body {
background-color: #ddd;

}
header {
border-bottom: 1px solid #eee;
background-color: #3c8dbc;
}

header h1 {
color: #eee;
}

.sidebar>ul li {
border-bottom: 1px dotted #545454;
}

.sidebar-content {
background-color: #fff;
border-radius: 3px;
}

.board-swimlane {
background-color: #f5f5f5;
}

.input-addon-item {
background-color: #dfdfdf;
}

.sidebar>ul li:hover {
border-left: 5px solid #3c8dbc;
background: #3c8dbc;
}

.sidebar>ul a:hover {
color: #fff;
}

.sidebar>ul li.active a {
color: #000;
}

.dropdown-component .dropdown a.dropdown-menu, .dropdown-component .dropdown a.dropdown-menu i {
color: #000;
}

.accordion-content {
background: #fff;
}

.accordion-title h3 {
border-radius: 5px;
}

.notification a i {
color: #fff;
}

.dropdown.header-creation-menu a i {
color: #fff;
}

.dropdown a.dropdown-menu.dropdown-menu-link-icon i {
color: #fff;
}

.page-header a, .menu-inline a {
color: #6b6b6b;
}

.page-header a:hover, .menu-inline a:hover {
color: #fff;
}

.form-login {
background: #fff;
padding: 25px;
}

.input-addon-item .dropdown .dropdown-menu.dropdown-menu-link-icon i {
color: #333;
}

.sidebar-content {
padding-top: 15px;
}

.table-list-row.table-border-left {
background: #fff;
}

.fc-view.fc-month-view.fc-basic-view{
background: #fff;
}

#gantt-chart {
background: #fff;
}

.tooltip .fa-info-circle {
color: #000;
}

.project-overview-columns {
background: #fff;
padding-bottom: 5px;
border-radius: 5px;
}

.sidebar.sidebar-icons a i {
color: #a2a2a2;
}

.table-list {
background: #fff;
}

.dropdown a.dropdown-menu.dropdown-menu-link-icon i.fa.fa-cog.ui-sortable-handle,
.dropdown a.dropdown-menu.dropdown-menu-link-icon i.fa.fa-caret-down.ui-sortable-handle,
.dropdown a.dropdown-menu.dropdown-menu-link-icon i.fa.fa-cog,
.dropdown a.dropdown-menu.dropdown-menu-link-icon i.fa.fa-caret-down {
color: #666666;
}

.menus-container .dropdown a.dropdown-menu.dropdown-menu-link-icon i.fa.fa-caret-down {
color: #000;
}

.page-header a:hover, .menu-inline a:hover {
color: #3c8dbc;
}

.sidebar>ul li.active a:focus, .sidebar>ul li.active a:hover {
color: #3c8dbc;
}

table th {
text-align: left;
padding: 0.5em 3px;
background: #c7c7c7;
}

table td {
border: 1px solid #ccc;
}

table th a {
font-family: calibri;
}

th.board-column-header {
background: #e5e5e5;
}

and just double checking, your using 1.2.8 KB?

I am using 1.2.6. Should the button be present by default?

Yes.

Here is a fresh install of 1.2.6 with no plugins, and your added custom CSS. The button is still there.
https://kb126.creecros.ml

admin
admin

The quick edit button has been around since, well…I can’t remember it not being there tbh.