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
Added translation. Added German translation (thanks to @emsuiko).
You can now iterate over terms in templates like {% for term in craft.glossary.terms.glossary('myGlossary').all() %}.
Fixed
Fixed an error when creating a new term and no default glossary exists.
If the current user in the CP has only permissions to edit terms, the redirect will respect this now and redirects the user to the terms instead of the glossaries.
In some circumstances you could have more than one default glossary. This is fixed.