bugfix
This commit is contained in:
parent
bc730155ba
commit
281e58c4a7
|
|
@ -4,7 +4,7 @@ import {TabulatorFull as Tabulator} from 'tabulator-tables';
|
||||||
import {eyeIconLink, TABULATOR_FR_LANG} from "../js/global.js";
|
import {eyeIconLink, TABULATOR_FR_LANG} from "../js/global.js";
|
||||||
|
|
||||||
export default class extends Controller {
|
export default class extends Controller {
|
||||||
static values = {aws: String,
|
static values = {
|
||||||
id: String,
|
id: String,
|
||||||
activities: Boolean,
|
activities: Boolean,
|
||||||
table: Boolean,
|
table: Boolean,
|
||||||
|
|
|
||||||
|
|
@ -36,9 +36,8 @@
|
||||||
<div id="tabulator-org"
|
<div id="tabulator-org"
|
||||||
data-controller="organization"
|
data-controller="organization"
|
||||||
data-organization-table-value="true"
|
data-organization-table-value="true"
|
||||||
data-organization-user-value={{ app.user.getId() }}
|
data-organization-user-value="{{ app.user.getId() }}"
|
||||||
data-organization-sadmin-value="{{ is_granted('ROLE_SUPER_ADMIN') ? true : false }}"
|
data-organization-sadmin-value="{{ is_granted('ROLE_SUPER_ADMIN') ? true : false }}">
|
||||||
data-organization-aws-value="{{ aws_url }}">
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue