-
Notifications
You must be signed in to change notification settings - Fork 110
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
QTS: revision and cleanup of add/edit terms slugs input code #1126
Conversation
fe5961f
to
069724b
Compare
I have some issues when saving a term, but I don't think it's coming just from this patch. Warning: Undefined array key "es" in
The It's possible it doesn't handle well existing terms which are missing the slugs for every language. |
Also, another consideration: why don't we use the Language Switch Buttons (LSB) instead of duplicating all the fields for every language? With the LSB enabled we should use those and keep a single "slug" field to stick the general UI offered by QTX. |
I don't expect all of this to be solved in this Pull Request, but I leave it for info. Let me know what you think about these 3 last remarks and see how we proceed. We can first merge this patch if you like. |
Point 1 (bug) - can be worth looked at in this PR. |
Once this patch is merged, we should split this huge |
Point 1 should be covered by 1d2653c, let me know if it works. I've removed unneeded complications which really did not seem to add value (besides the wrong implementation itself, with the missing check if key existed). |
Yes it works, awesome! |
Points 2 and 3: it will require more work, indeed. We can create separate tickets to keep track of it. |
No description provided.