Browse Source

Einschränkung auf Parameter Studiengang hinzugefügt

xcube0.1
Marlies Winterstein 2 years ago
parent
commit
7f05973a63
  1. 1
      src-modules/module/xcube/schluesseltabellen/xcube_install_restrictions.sql

1
src-modules/module/xcube/schluesseltabellen/xcube_install_restrictions.sql

@ -8,6 +8,7 @@ update xcube set restriction='<<Köpfe oder Fälle ?>>
/* and geschlecht=<<Geschlecht>> */ /* and geschlecht=<<Geschlecht>> */
/* and ${<<Filter Studierende>>} */ /* and ${<<Filter Studierende>>} */
/* and L.abschluss in (<<Abschluss>>) */ /* and L.abschluss in (<<Abschluss>>) */
/* and ''s_'' || tid_stg::char(10) in <@printkeys Studiengang.allNeededKeysList /> --<<Studiengang>> */
/* and '''' || ca12_staat in <@printkeys Staatsangehörigkeit.allNeededKeysList/> --<<Staatsangehörigkeit>> */ /* and '''' || ca12_staat in <@printkeys Staatsangehörigkeit.allNeededKeysList/> --<<Staatsangehörigkeit>> */
/* and '''' || semkfz in <@printkeys Wohnort.allNeededKeysList/> and semkfzkz=0 --<<Wohnort>> */ /* and '''' || semkfz in <@printkeys Wohnort.allNeededKeysList/> and semkfzkz=0 --<<Wohnort>> */
/* and '''' || semkfz in <@printkeys Wohnort.allNeededKeysList/> and semkfzkz=0 --<<Wohnort>> */ /* and '''' || semkfz in <@printkeys Wohnort.allNeededKeysList/> and semkfzkz=0 --<<Wohnort>> */

Loading…
Cancel
Save