Project

General

Profile

« Previous | Next » 

Revision 791be1a4

Added by Brad Buckingham about 10 years ago

fixes #4905 - content views - add 'working' mode to couple of the Save buttons

This commit is a minor change to transition the Save
button to 'Saving...' when clicked. This is to be
consistent with other forms.

View differences:

engines/bastion/app/assets/javascripts/bastion/content-views/details/filters/views/new-filter.html
<div alch-form-buttons
on-cancel="transitionTo('content-views.details.filters.list', {contentViewId: contentView.id})"
on-save="save(filter, contentView)">
on-save="save(filter, contentView)"
working="working">
</div>
</form>

Also available in: Unified diff