Skip to content
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

support cid,ccat, cmsg meta-attributes #386

Open
Tracked by #405
claeis opened this issue Sep 7, 2023 · 0 comments
Open
Tracked by #405

support cid,ccat, cmsg meta-attributes #386

claeis opened this issue Sep 7, 2023 · 0 comments

Comments

@claeis
Copy link
Owner

claeis commented Sep 7, 2023

Support also:

!!@ cid=TG1003;
!!@ ccat="warning";
!!@ cmsg="Bei Regierungsratsbeschlüssen und DBU beschluesse muss die Entscheid-Nummer vorhanden sein";
MANDATORY CONSTRAINT NOT (((Behoerde == #Regierungsrat) OR (Behoerde == #Departement_fuer_Bau_und_Umwelt))
AND NOT (DEFINED (Nummer))); 

As an alternative to:

!!@ ilivalid.check = warning
!!@ name = TG1003
!!@ ilivalid.msg = "Bei Regierungsratsbeschlüssen und DBU beschluesse muss die Entscheid-Nummer vorhanden sein"
MANDATORY CONSTRAINT NOT (((Behoerde == #Regierungsrat) OR (Behoerde == #Departement_fuer_Bau_und_Umwelt))
AND NOT (DEFINED (Nummer))); 
@beistehen beistehen mentioned this issue Aug 20, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant