Merge branch '498-cmb-rearrange-columns' into '488-cmb-live'
Fix edit icon for open and behind schedule. #498 See merge request jankstudio/resq!583
This commit is contained in:
commit
5ef05b3770
2 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@
|
||||||
overflow: 'visible',
|
overflow: 'visible',
|
||||||
template: function (row, index, datatable) {
|
template: function (row, index, datatable) {
|
||||||
{% if is_granted('jo_onestep.edit') %}
|
{% if is_granted('jo_onestep.edit') %}
|
||||||
var actions = '<a href="' + row.meta.onestep_edit_url + '" class="m-portlet__nav-link btn m-btn m-btn--hover-accent m-btn--icon m-btn--icon-only m-btn--pill btn-reassign-hub" title="Edit"><i class="fa fa-file"></i></a>';
|
var actions = '<a href="' + row.meta.onestep_edit_url + '" class="m-portlet__nav-link btn m-btn m-btn--hover-accent m-btn--icon m-btn--icon-only m-btn--pill btn-reassign-hub" title="Edit"><i class="la la-edit"></i></a>';
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
return actions;
|
return actions;
|
||||||
|
|
|
||||||
|
|
@ -115,7 +115,7 @@
|
||||||
overflow: 'visible',
|
overflow: 'visible',
|
||||||
template: function (row, index, datatable) {
|
template: function (row, index, datatable) {
|
||||||
{% if is_granted('jo_onestep.edit') %}
|
{% if is_granted('jo_onestep.edit') %}
|
||||||
var actions = '<a href="' + row.meta.onestep_edit_url + '" class="m-portlet__nav-link btn m-btn m-btn--hover-accent m-btn--icon m-btn--icon-only m-btn--pill btn-reassign-hub" title="Edit"><i class="fa fa-file"></i></a>';
|
var actions = '<a href="' + row.meta.onestep_edit_url + '" class="m-portlet__nav-link btn m-btn m-btn--hover-accent m-btn--icon m-btn--icon-only m-btn--pill btn-reassign-hub" title="Edit"><i class="la la-edit"></i></a>';
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
return actions;
|
return actions;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue