use the existing template filter
This commit is contained in:
parent
125f482475
commit
93ddde599d
@ -53,7 +53,7 @@
|
||||
</div>
|
||||
|
||||
{% for project in projects %}
|
||||
{% set revoke_modal_name = string(project.id) + 'RevokeModal' %}
|
||||
{% set revoke_modal_name = (project.id|string) + 'RevokeModal' %}
|
||||
<edit-project-roles inline-template name="{{ project.name }}" id="{{ project.id }}">
|
||||
<div is='toggler' default-visible class='block-list project-list-item'>
|
||||
<template slot-scope='props'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user