Skip to content
Snippets Groups Projects
Commit 71a1c57e authored by anonymous's avatar anonymous
Browse files

ODPSH-214: groups required field

parent eaa6a7a5
No related branches found
No related tags found
No related merge requests found
......@@ -1818,6 +1818,10 @@ p.package-info-categorie
float: right;
margin-right: 5px;
}
.control-group.error .multiselect-container>li>a>label
{
color: #003064;
}
.select2-container .select2-choice .select2-arrow
{
......
......@@ -49,7 +49,7 @@ def validate_extras(key, data, errors, context):
isStaNord = ('id',) in data and data[('id',)][:7] == 'StaNord'
validate_extra_groups(data, False, extra_errors)
validate_extra_groups(data, True, extra_errors)
validate_extra_date_new(key, 'issued', data, isStaNord, extra_errors)
validate_extra_date_new(key, 'temporal_start', data, isStaNord, extra_errors)
validate_extra_date_new(key, 'temporal_end', data, True, extra_errors)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment