Laravel-Backpack / translation-manager

UI for the admin to quickly translate multi-language Laravel applications.
MIT License
13 stars 1 forks source link

Improve create #19

Closed adriallongarriu closed 2 months ago

adriallongarriu commented 2 months ago

Fix bug fields group and key are always disabled ignoring the config option 'create' => true, Plus add validation required to group and key to prevent error if left empty.

pxpm commented 2 months ago

Hey @adriallongarriu thanks for the heads up and for the PR.

I think only disabling the fields won't necessary prevent the updates, in that regard I moved your PR to a new branch to add my own fixes on top of yours.

I will be closing this PR and merging the #22 that also has your contributions there.

Thanks 🙏