You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a post from another can happen with or without copying.
When we don't copy we just pass the target language with the action.
Redirect to edit with the query arg create=[lang]
Use the query arg to define the language in the entity's lang switcher and block it
On save remove the query args and add the ubb_lang meta (the meta shouldn't be created before.
When we're creating using the copy system it works similarly, but it requires a plugin to be present (Duplicate Post). In a sense, we don't actually support the feature, but use other plugins to allow it.
Tasks
This logic applies to all entities so we need to do this for:
Posts
Create new
Copy
Terms
Create new
Copy
The text was updated successfully, but these errors were encountered:
Create a post from another can happen with or without copying.
When we don't copy we just pass the target language with the action.
create=[lang]
ubb_lang
meta (the meta shouldn't be created before.When we're creating using the copy system it works similarly, but it requires a plugin to be present (Duplicate Post). In a sense, we don't actually support the feature, but use other plugins to allow it.
Tasks
This logic applies to all entities so we need to do this for:
The text was updated successfully, but these errors were encountered: