Aanpassing aan richtlijn JGL dinsdag 4 januari 2011 12:23: zo krijgen users die een autorisatie via meer groepen hebben geen dubbele notificaties (meer)

svn path=/Customer/trunk/; revision=34868
This commit is contained in:
Peter Feij
2017-08-09 10:02:28 +00:00
parent a472e6c1f0
commit 2b9f60977d

View File

@@ -6796,7 +6796,7 @@ CREATE OR REPLACE VIEW uwva_v_noti_mailcheck
xkey
)
AS
SELECT '',
SELECT '',
prs_perslid_key,
'Controle e-mail van Facilitor voor de beheerders, verstuurd om '
|| TO_CHAR (SYSDATE, 'DD-MM-YYYY HH24:MI'),
@@ -6804,9 +6804,8 @@ AS
NULL,
NULL,
NULL
FROM fac_functie f, fac_groeprechten fgr, fac_gebruikersgroep fgg
WHERE fgg.fac_groep_key = fgr.fac_groep_key
AND f.fac_functie_key = fgr.fac_functie_key
FROM fac_functie f, fac_v_webgebruiker wg
WHERE f.fac_functie_key = wg.fac_functie_key
AND f.fac_functie_code = 'WEB_PRSSYS';
@@ -14304,7 +14303,7 @@ as
and l.alg_locatie_key = aog.alg_locatie_key
and pw.prs_werkplek_key = pwp.prs_werkplek_key
and pw.prs_alg_ruimte_key = aog.alg_onroerendgoed_keys
and l.alg_locatie_key = aog.alg_locatie_key;
and l.alg_locatie_key = aog.alg_locatie_key;
------ payload end ------