Bug 17232: Make sure all fields are copies when creating a new framework from another
authorKatrin Fischer <katrin.fischer.83@web.de>
Tue, 14 Apr 2020 10:45:01 +0000 (10:45 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 27 Apr 2020 10:44:32 +0000 (11:44 +0100)
commita852fae89a8d358f314d93dc7554dea72492e285
tree66bd663ddff2b77003fa2cdf333a00b8dad6691d
parent79f51b92c51cde6e815461e7a90d1d33fda49bda
Bug 17232: Make sure all fields are copies when creating a new framework from another

Some digging revealed that when you create a new framework
and use an old framework as the base, some information would
not be copied to the new framework as they were missing from
the SQL command used here.

- Tag: Important
- Subfield:
  - Important
  - Default value
  - Max length
  - Is a URL
  - Link

To test:
- Pick one of the existing frameworks and change the
  fields listed above. Take note of what you changed.
- Create a new framework
- Go to "Marc structure" of the new framework
- You are offered the option to copy an existing framework
- Use your prepared framework
- Verify the fields weren't copied - your config was lost
- Apply patch
- Create another new framework
- Repeat the duplication and tests
- Verify that now all fields have been copied correctly

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
admin/marctagstructure.pl