PLAT#53962: Bij voltooien taak (via bulkactie) is de verplichte afhandeling niet te kiezen
svn path=/Customer/trunk/; revision=38470
This commit is contained in:
@@ -273,17 +273,10 @@ AND ins_discipline_verwijder IS NULL;
|
||||
|
||||
-- Sequence ins_s_ins_controlemode_key begint al met 10 (Facilitor INI script, dus 1 en 2 zijn mooi vrij).
|
||||
INSERT INTO ins_controlemode (ins_controlemode_key, ins_controlemode_oms, ins_controlemode_success, ins_srtcontrole_type)
|
||||
SELECT 1, 'Gereed', 1, ins_discipline_key FROM ins_tab_discipline
|
||||
WHERE ins_discipline_module = 'CTR'
|
||||
AND ins_discipline_omschrijving = 'Meerjaren Onderhoud'
|
||||
AND ins_discipline_verwijder IS NULL;
|
||||
SELECT 1, 'Gereed', 1, 2 FROM DUAL;
|
||||
|
||||
INSERT INTO ins_controlemode (ins_controlemode_key, ins_controlemode_oms, ins_controlemode_success, ins_srtcontrole_type)
|
||||
SELECT 2, 'Niet uitgevoerd', NULL, ins_discipline_key FROM ins_tab_discipline
|
||||
WHERE ins_discipline_module = 'CTR'
|
||||
AND ins_discipline_omschrijving = 'Meerjaren Onderhoud'
|
||||
AND ins_discipline_verwijder IS NULL;
|
||||
|
||||
SELECT 2, 'Niet uitgevoerd', NULL, 2 FROM DUAL;
|
||||
|
||||
|
||||
--Autorisatiegroep _default (fac_groep_key = 1) krijgt wat standaard rechten, w.o. PROFIL
|
||||
|
||||
Reference in New Issue
Block a user