http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2100 Summary: Delete Framework does not delete it Product: Koha Version: unspecified Platform: Other OS/Version: Linux - Suse Status: NEW Severity: normal Priority: P3 Component: MARC Bibliographic data support AssignedTo: galen.charlton@liblime.com ReportedBy: ricmarques@spamcop.net QAContact: koha-bugs@lists.koha.org ENVIRONMENT: - Server running Koha 3 Beta 2 in a XEN Virtual Machine running Linux (openSUSE 10.3), with Apache 2.2.4 and MySQL 5.0.45 - Koha set up to use UNIMARC and Zebra - Using Mozilla Firefox 2.0.0.14 in a computer with Windows XP Professional to access the Koha Server STEPS TO REPRODUCE: 1 - Start by creating a new framework (this part works correctly): 1.1. - Go to the Koha Administration web page: Koha > Administration http://hostname:8080/cgi-bin/koha/admin/admin-home.pl 1.2. - Click on the "MARC Bibliographic framework" link, that will take you to: Koha > Administration > MARC Frameworks http://hostname:8080/cgi-bin/koha/admin/biblio_framework.pl 1.3. - Click on the "New Framework" button http://hostname:8080/cgi-bin/koha/admin/biblio_framework.pl?op=add_form 1.4. - Fill in the "Add framework" Form Enter a Framework Code in the "Framework Code" textbox (e.g: EF) Enter a Description in the "Description" textbox (e.g: Example Framework) Click on the "Submit" button. This will take you back to the page with the table/datagrid of the available frameworks: http://hostname:8080/cgi-bin/koha/admin/biblio_framework.pl 2 - Try to delete the newly created framework (this is the buggy part): 2.1. - Click on the "Delete" link in the row of the newly created framework. If the "Framework Code" is "EF", the link will point to: http://hostname:8080/cgi-bin/koha/admin/biblio_framework.pl?op=delete_confirm&frameworkcode=EF 2.2. - A confirmation page will appear, with the following message: Delete framework for Example Framework (EF)? ... and two buttons: "Yes, Delete this Framework!" and "No, Do Not Delete!" 2.3 - Click on the "Yes, Delete this Framework!" button 2.4 - You'll be taken back to the "MARC Frameworks" page... but the MARC Framework that you tried to delete will still be there! Koha > Administration > MARC Frameworks http://hostname:8080/cgi-bin/koha/admin/biblio_framework.pl If you go check the database table - biblio_framework - the "deleted" record will still be there. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.