FCLT#57323 Ook bij mobile -> nieuwe melding -> wil je kunnen kiezen uit alleen de primaire vakgroepen (Ook in de stdm lijst)
svn path=/Website/branches/v2019.1/; revision=42068
This commit is contained in:
@@ -334,6 +334,12 @@ else
|
|||||||
}
|
}
|
||||||
var filtClause = getFiltClauseStdmelding(filtcode, filt_params);
|
var filtClause = getFiltClauseStdmelding(filtcode, filt_params);
|
||||||
|
|
||||||
|
if (disc_key < 0)
|
||||||
|
{ // Alleen primaire vakgroepen
|
||||||
|
filtClause.from += ", mld_disc_params mdpx";
|
||||||
|
filtClause.where += " AND mdpx.mld_ins_discipline_key = di.ins_discipline_key"
|
||||||
|
+ " AND BITAND(mdpx.mld_disc_params_srtgroep, 1) = 1";
|
||||||
|
}
|
||||||
// Voor disciplines die alleen in MLDUSE zitten moet de stdmelding gecontroleerd worden op stdmelding_notfrontend.
|
// Voor disciplines die alleen in MLDUSE zitten moet de stdmelding gecontroleerd worden op stdmelding_notfrontend.
|
||||||
var check_notfrontend = " AND sm.mld_stdmelding_notfrontend = "
|
var check_notfrontend = " AND sm.mld_stdmelding_notfrontend = "
|
||||||
+ " CASE WHEN EXISTS"
|
+ " CASE WHEN EXISTS"
|
||||||
|
|||||||
Reference in New Issue
Block a user