From 137bedb93bd737b90de3d15f57dc0e796daf443b Mon Sep 17 00:00:00 2001 From: Erik Groener Date: Wed, 25 Jan 2017 08:14:47 +0000 Subject: [PATCH] HCAS#38971 Verplicht invullen onderwerp werkt niet op mobile svn path=/Website/trunk/; revision=32534 --- APPL/PDA/melding.asp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/APPL/PDA/melding.asp b/APPL/PDA/melding.asp index 88f00322d5..257323b1ae 100644 --- a/APPL/PDA/melding.asp +++ b/APPL/PDA/melding.asp @@ -573,7 +573,16 @@ if (action != "forward") { ROFIELD("fld", L("lcl_place"), plaats_string, {suppressEmpty: true} ); + if (mld_info.subject != 0) + { + var txtreado = 0; + RWFIELD("melding_onderwerp", L("lcl_mld_subject"), mld_info.mld_onderwerp + , { pclass: ((mld_info.subject == 2 && (this_mld.canOmsChange || mld_key < 0) && !txtreado)? " required" : "") } + ); + } + ROFIELD("fld", L("lcl_txt") , mld_info.mld_omschr, {multi: true}); + if (mld_info.mprio != 3) { ROFIELD("attention", L("lcl_mld_urg") , mld.getpriotext(mld_info.mprio)); }