when launching the modal from a button element, the cloned save button doesn't appear... ?

CommentFileSizeAuthor
#1 issue-2104907.patch888 bytesd0t15t

Comments

d0t15t’s picture

StatusFileSize
new888 bytes

the identifier of the modal launch button was hardcoded for an input element and wouldn't work with a button. i removed the 'input' identifier. see patch : )

blackice2999’s picture

Hi,

this seems to be a acceptable fast solution.

Thanks!

blackice2999’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 3b43b59 on 7.x-1.x, 7.x-3.x by Blackice2999:
    Issue #2104907 by dotist: Fixes modal clone button doesn't work with...