Description
Pedro Amorim
2025-05-14 12:32:56 UTC
Created attachment 182439 [details] [review] Bug 39900: Preparation: Refactor public_query_search_params for reusability Ensure no regressions are introduced, run: prove t/db_dependent/Koha/AdditionalContents.t Created attachment 182440 [details] [review] Bug 39900: Preparation: Move html customizations options to class for reusability Created attachment 182441 [details] [review] Bug 39900: REST API specs and class changes Created attachment 182442 [details] [review] Bug 39900: Add translated_contents embed Created attachment 182443 [details] [review] Bug 39900: Add tests prove t/db_dependent/api/v1/additional_contents.t Created attachment 182887 [details] [review] Bug 39900: Preparation: Refactor public_query_search_params for reusability Ensure no regressions are introduced, run: prove t/db_dependent/Koha/AdditionalContents.t Signed-off-by: David Nind <david@davidnind.com> Created attachment 182888 [details] [review] Bug 39900: Preparation: Move html customizations options to class for reusability Signed-off-by: David Nind <david@davidnind.com> Created attachment 182889 [details] [review] Bug 39900: REST API specs and class changes Signed-off-by: David Nind <david@davidnind.com> Created attachment 182890 [details] [review] Bug 39900: Add translated_contents embed Signed-off-by: David Nind <david@davidnind.com> Created attachment 182891 [details] [review] Bug 39900: Add tests prove t/db_dependent/api/v1/additional_contents.t Signed-off-by: David Nind <david@davidnind.com> I tested by running the tests. If this is insufficient, please change the status back to needs signoff. Testing notes (using KTD): 1. Apply the patches. 2. Rebuild everything (not sure that this step is required): yarn build 3. Ran the tests and these passed: - prove t/db_dependent/Koha/AdditionalContents.t - prove t/db_dependent/api/v1/additional_contents.t |