CAT-215 Lineitem MARC attribute definition sortkey
authorKyle Huckins <khuckins@catalyte.io>
Thu, 2 May 2019 15:55:07 +0000 (15:55 +0000)
committerBill Erickson <berickxx@gmail.com>
Wed, 29 May 2019 13:58:11 +0000 (13:58 +0000)
commit2caf4cb39a203f62ba30eb1b6cbb62f6b372249e
tree4ba07c15ecc3f2134dff5501c19f3e17cd0507a4
parent8650f16586cc98e7d5ee6b16938e7ed2b09551fd
CAT-215 Lineitem MARC attribute definition sortkey

- Add Sortkey field to Acquisition Lineitem MARC Attribute
Definition fieldmapper object and DB table to allow ordering
of fields in Brief Records Add UI.

Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
 Changes to be committed:
new file:   KCLS/sql/schema/deploy/cat-215-acqlimad-sortkey.sql
new file:   KCLS/sql/schema/revert/cat-215-acqlimad-sortkey.sql
modified:   KCLS/sql/schema/sqitch.plan
modified:   Open-ILS/examples/fm_IDL.xml
modified:   Open-ILS/web/js/ui/default/acq/picklist/brief_record.js

- Remove duplicate line in revert .sql file
- Change sortkey field to Integer
- Make sortkey fiel non-null and apply default value of 1

Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
 Changes to be committed:
modified:   KCLS/sql/schema/deploy/cat-215-acqlimad-sortkey.sql
modified:   KCLS/sql/schema/revert/cat-215-acqlimad-sortkey.sql
KCLS/sql/schema/deploy/cat-215-acqlimad-sortkey.sql [new file with mode: 0644]
KCLS/sql/schema/revert/cat-215-acqlimad-sortkey.sql [new file with mode: 0644]
KCLS/sql/schema/sqitch.plan
Open-ILS/examples/fm_IDL.xml
Open-ILS/web/js/ui/default/acq/picklist/brief_record.js