Bug 31432: Make 245$n$p visible by default in frameworks
$n (part_number) and $p (part_name) now have their own columns in the database, but we are still hiding them by default. It woudl ease testing and cataloguig if we changed them to be visible by default in new installations. To test: * Check that in your current frameworks when adding a new record, 245 n and p are hidden * Apply the patch and start over: drop your db and run the web installer * Verify that the fields are now visible Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
e4b94e4d82
commit
3408802530
1 changed files with 2 additions and 2 deletions
|
@ -14016,7 +14016,7 @@ tables:
|
|||
authtypecode: ""
|
||||
value_builder: ""
|
||||
isurl:
|
||||
hidden: -6
|
||||
hidden: 0
|
||||
frameworkcode: ""
|
||||
seealso: ""
|
||||
link: ""
|
||||
|
@ -14034,7 +14034,7 @@ tables:
|
|||
authtypecode: ""
|
||||
value_builder: ""
|
||||
isurl:
|
||||
hidden: -6
|
||||
hidden: 0
|
||||
frameworkcode: ""
|
||||
seealso: ""
|
||||
link: ""
|
||||
|
|
Loading…
Reference in a new issue