mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Reverted Modal Callback naming IDs, these do not follow the same logic as File Entity renaming
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="modal" id="productEditModal<?php echo $product_id; ?>" tabindex="-1">
|
||||
<div class="modal" id="editProductModal<?php echo $product_id; ?>" tabindex="-1">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content bg-dark">
|
||||
<div class="modal-header">
|
||||
|
||||
Reference in New Issue
Block a user