MonstreX / voyager-extension

Laravel: Voyager Extension
Other
72 stars 28 forks source link

Media Picker not working #62

Closed SWEET1S closed 1 year ago

SWEET1S commented 1 year ago

Hello, I noticed a strange bug. When legacy_edit_add_bread is set to false in the voyager extension, the Voyager media picker does not work. If set to true, that is, use the default edit-add.blade.php, then everything works. How to fix to use edit-add from you and not from Voyager?

SWEET1S commented 1 year ago

image The problem is that this particular button does not work. That is, when pressed, it does not work.

MonstreX commented 1 year ago

"Seems the media-picker field does not compatible with the new add-edit template. It depends on a Vue component (used in media-picker) which loads twice while overriding the original add-edit template. I didn't find a way how to fix it.." https://github.com/MonstreX/voyager-extension/issues/32