various small fixes
This commit is contained in:
parent
d158f1ea7e
commit
21a1cc4c1f
@ -107,7 +107,7 @@ export default {
|
||||
|
||||
if (!this.modified && this.initialErrors && this.initialErrors.length) {
|
||||
valid = false
|
||||
} else if (this.optional && value == '') {
|
||||
} else if (this.optional && value === '') {
|
||||
valid = true
|
||||
}
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<a class='icon-link'>
|
||||
<span class='icon'>{{ Icon('info') }}</span>
|
||||
{{ Icon('info') }}
|
||||
{{ "portfolios.admin.settings_info" | translate }}
|
||||
</a>
|
||||
</div>
|
||||
@ -56,7 +56,7 @@
|
||||
type='submit'
|
||||
form="member-perms"
|
||||
class='usa-button usa-button-primary'
|
||||
value='{{ "Save" }}' />
|
||||
value='Save' />
|
||||
{% endif %}
|
||||
{% if user_can(permissions.CREATE_PORTFOLIO_USERS) %}
|
||||
{% include "fragments/admin/add_new_portfolio_member.html" %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user