https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17405 --- Comment #3 from Frédéric Demians <frederic@tamil.fr> --- Created attachment 56234 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56234&action=edit Bug 17405 Edit record uses Default framework In detail view (catalogue/detail.pl), when clicking on Edit > Edit record button, the record editor should be opened with the biblio record framework. It isn't the case. The Default framework is used. Same issue with Edit > Edit as new (duplicate). TO TEST: 1. Find a biblio record using a framework which is not the Default one. 2. See the biblio record in detail view (catalogue/detail.pl). 3. Click on Edit > Edit record. 4. Click on Settings => you can see 'Default' as selected framework. 5. Apply the patch. 6. Repeat step 3-4. => the biblio record framework is selected. 7. Repeat 3-4 using Edit > Edit as new (duplicate). Signed-off-by: Frédéric Demians <f.demians@tamil.fr> Added a test plan -- You are receiving this mail because: You are watching all bug changes.