Make new table modal work when editing a issue
This commit is contained in:
parent
a302506095
commit
1600255c26
2 changed files with 4 additions and 1 deletions
|
@ -357,7 +357,7 @@ export function initGlobalLinkActions() {
|
|||
});
|
||||
}
|
||||
|
||||
function initGlobalShowModal() {
|
||||
export function initGlobalShowModal() {
|
||||
// A ".show-modal" button will show a modal dialog defined by its "data-modal" attribute.
|
||||
// Each "data-modal-{target}" attribute will be filled to target element's value or text-content.
|
||||
// * First, try to query '#target'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue