FSN#36357 Vinkje 'E-mail sturen naar gebouw' kan ook bij niet mld/opdr notificaties
svn path=/Website/trunk/; revision=29288
This commit is contained in:
@@ -17,6 +17,14 @@
|
|||||||
<%
|
<%
|
||||||
var this_model = new model_fac_srtnotificatie();
|
var this_model = new model_fac_srtnotificatie();
|
||||||
|
|
||||||
|
this_model.hook_pre_edit = function (obj, fld)
|
||||||
|
{
|
||||||
|
// Voorlopig mag alleen voor meldingen en opdrachten het vinkje 'E-mail sturen naar gebouw'
|
||||||
|
// gezet worden
|
||||||
|
if (!inArray(obj.name.substring(0,3), ["MLD", "ORD"]))
|
||||||
|
fld.mail_building.readonly = true;
|
||||||
|
}
|
||||||
|
|
||||||
scaffolding(this_model,
|
scaffolding(this_model,
|
||||||
{
|
{
|
||||||
"search": {
|
"search": {
|
||||||
|
|||||||
Reference in New Issue
Block a user