laravelista / comments

Native comments for your Laravel application.
MIT License
745 stars 144 forks source link

Modal update problem #127

Closed djordje47 closed 3 years ago

djordje47 commented 3 years ago

Hi, loved ur package.

There is one small problem that needs a fix.

Change cancel and update label on update modal. Because I installed it today when u click on update, the modal is dismissed and when u click on cancel comment is updated.

Cheers!

mabasic commented 3 years ago

I must have forgotten to change the actions, only changed text lol

Will need to confirm this and make changes. Thank you for reporting.

djordje47 commented 3 years ago

Yeah just change labels, and it's done! :smile:

You are welcome!

mabasic commented 3 years ago

Fixed in 4.4.1.

The order of buttons on modals was meant to be [cancel, update] and [cancel, reply]. In a previous commit I've changed the labels instead of changing the order of the buttons. xD