Merge pull request #8062 from andrej-scinote/aj_SCI_11257

Fix opening of tags modal on canvas medium view [SCI-11257]
This commit is contained in:
andrej-scinote 2024-11-21 17:08:47 +01:00 committed by GitHub
commit 14dfde7210
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
data-module-y="<%= my_module.y %>"
data-module-conns="<%= construct_module_connections(my_module) %>">
<a class="edit-tags-link pull-right" data-remote="true" href="<%= my_module_tags_edit_url(my_module, format: :json) %>">
<a class="edit-tags-link pull-right" data-remote="true" href="<%= my_module_path(my_module, format: :json) %>">
<%= render partial: "canvas/tags", locals: { my_module: my_module } %>
</a>