]> git.koha-community.org Git - koha.git/commit
Bug 35197: Rename to 'Extended attribute types'
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 29 Apr 2024 17:38:54 +0000 (14:38 -0300)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 27 Jun 2024 12:04:58 +0000 (14:04 +0200)
commit5cfc8b58a658b2df60623dc2e716d12342fa71f6
tree10f65e7ebc74905ed99a482cf56cdcc4a1969792
parentf8b82233532d37dc4b27278fed937783cd195b4e
Bug 35197: Rename to 'Extended attribute types'

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/AdditionalField.pm
Koha/REST/V1/AdditionalFields.pm [deleted file]
Koha/REST/V1/ExtendedAttributeTypes.pm [new file with mode: 0644]
api/v1/swagger/definitions/additional_field.yaml [deleted file]
api/v1/swagger/definitions/extended_attribute_type.yaml [new file with mode: 0644]
api/v1/swagger/paths/additional_fields.yaml [deleted file]
api/v1/swagger/paths/extended_attribute_types.yaml [new file with mode: 0644]
api/v1/swagger/swagger.yaml
t/db_dependent/api/v1/additional_fields.t [deleted file]
t/db_dependent/api/v1/extended_attribute_types.t [new file with mode: 0755]