Aller au contenu principal

'TRANSLATED' for item '#global'!

Commentaires

3 commentaires

  • Zendesk API User
    Author: ncbruckner - 9/23/2021 7:39

    Hi Bojan,

    looking at your code, it seems that you are talking about a table template? Datasource items don't have this translated flag. You can't mark them as not translated. Because of that, your rule can't check for it. You can just remove the line as it does nothing in this context anyway.

    Best regards,

    Nina

    0
  • Zendesk API User
    Author: bojan_vujnovic - 9/23/2021 7:43

    Yes, but then I can't release the dataset if there is no content?

    0
  • Zendesk API User
    Author: ncbruckner - 9/23/2021 7:51

    Yes, for datasources there are only two ways:

    - Mark as a mandatory field for all languages and don't allow to save or release if no value is set.

    - Don't mark as mandatory and make ti possible to save or release for all languages disregarding content.

    The way you have it at the moment is actually number two: Your rule won't ever fire. You have to decide for one way.

    We have used a toggle in the form as a workaround in different projects, so that all checks were activated when the toggle was clicked. But we couldn't force the editors to use the field, so the checks were almost never used.

    0

Vous devez vous connecter pour laisser un commentaire.