- Hitting Clear Date now performs a pcrud operation to clear the date
in the DB.
Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
Changes to be committed:
modified: Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2
<button class="btn btn-default" ng-click="updateDate(cataloging_date)"
ng-disabled="checkDate(cataloging_date)">
[% l('Update Date') %]</button>
- <button class="btn btn-default" ng-click="cataloging_date = null"
+ <button class="btn btn-default" ng-click="cataloging_date = null; updateDate(null)"
ng-disabled="!checkDate(cataloging_date)">
[% l('Clear Date') %]</button>
</span>