PM-671 and PM-674 Validacion para la creacion de Dynaforms a traves de pm table
Validacion en la creacion de dynaforms a traves de PM tables
This commit is contained in:
@@ -205,15 +205,13 @@ document.getElementById('form[DYN_TITLE]').value = document.getElementById('form
|
||||
lastPopupWindow.remove();
|
||||
} else {
|
||||
if (document.getElementById('form[ADD_TABLE]').value.trim() == '') {
|
||||
msgBox("@G::LoadTranslation(ID_PMTABLE)"+" "+"@G::LoadTranslation(ID_IS_REQUIRED)", "alert");
|
||||
msgBox("@G::LoadTranslation(ID_PMTABLE_REQUIRED)", "alert");
|
||||
return false;
|
||||
} else {
|
||||
msgBox("@G::LoadTranslation(ID_REQUIRED_NAME_DYNAFORM)", "alert");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
function cancel(){
|
||||
|
||||
Reference in New Issue
Block a user