Forked from
DM / dm-docs
261 commits behind, 745 commits ahead of the upstream repository.
-
sveseli authored
added updated version of the portal that works with the new schema; fixed filter issues; upgraded to primefaces 6 and jdk8; added views for station; removed currently unused views for policies
sveseli authoredadded updated version of the portal that works with the new schema; fixed filter issues; upgraded to primefaces 6 and jdk8; added views for station; removed currently unused views for policies
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
jsfcrud.js 211 B
function handleSubmit(args, dialog) {
var jqDialog = jQuery('#' + dialog);
if (args.validationFailed) {
jqDialog.effect('shake', {times: 3}, 100);
} else {
PF(dialog).hide();
}
}