-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
convert Language*Form
to form builder
#5252
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Some remarks with regard to style, but this looks good to me in general.
Looking at #5251: |
I changed something after testing, maybe that part got lost. 😳 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now also did a functional test.
If the three open points:
are resolved and no other changes are made, then this can be merged. The other open-ended stuff (SingleSelectionField + requirement handling) can and should be resolved in a follow-up PR. |
@mutec Can you add the locale validation (#5252 (comment)) to bring this across the finish line? |
@mutec ping |
@TimWolla pong |
Thank you. I've just wanted to make sure you've seen this, because there was no feedback on this one (not even an emoji reaction), but you commented on the package.json one. |
@TimWolla I just found a few minutes. I added the validation to the |
@mutec Thank you for taking the time. I'll have a look right now to not delay this further. |
wcfsetup/install/files/lib/system/language/event/CopyLanguageContent.php
Outdated
Show resolved
Hide resolved
902dabc
to
53dd5fc
Compare
wcfsetup/install/files/lib/data/language/LanguageEditor.class.php
Outdated
Show resolved
Hide resolved
This event is meant to give 3rd-party developers the possibility to copy i18n contents in every case contents should be copied to another language.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. I can do all three of the remarks in follow-up commits. Let me know if you would like me to make the changes.
wcfsetup/install/files/lib/system/language/event/CopyLanguageContent.class.php
Show resolved
Hide resolved
@mutec Please see: #5252 (review) |
@TimWolla sorry, I don't want to waste my time any more. Feel free to finalize that. |
Thank you for confirming, I'll reopen this so it stays on my dashboard until I get around to include these follow-ups. |
see #5252 [Tim: Performed some final adjustments]
This event is meant to give 3rd-party developers the possibility to copy i18n contents in every case contents should be copied to another language. [Tim: Renamed the event to match the event naming scheme] see #5252
Now applied, thank you. I've noted in the commit messages that I made changes after the fact. |
No description provided.