use the existing template filter
This commit is contained in:
@@ -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'>
|
||||
|
Reference in New Issue
Block a user