[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-05-23 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Arthur Suzuki  changed:

   What|Removed |Added

 Version(s)|23.05.00,22.11.05,22.05.13  |23.05.00,22.11.05,22.05.13,
released in||21.11.21
 CC||arthur.suz...@biblibre.com

--- Comment #19 from Arthur Suzuki  ---
applied to 21.11 for 21.11.21

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-05-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Lucas Gass  changed:

   What|Removed |Added

 Status|Pushed to stable|Pushed to oldstable
 CC||lu...@bywatersolutions.com
 Version(s)|23.05.00,22.11.05   |23.05.00,22.11.05,22.05.13
released in||

--- Comment #18 from Lucas Gass  ---
Backported to 22.05.x for upcoming 22.05.13.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-04-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

--- Comment #17 from Jacob O'Mara  ---
Nice work, thanks everyone!

Pushed to 22.11.x for the next release.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-04-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Jacob O'Mara  changed:

   What|Removed |Added

 Version(s)|23.05.00|23.05.00,22.11.05
released in||
 Status|Pushed to master|Pushed to stable

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Jonathan Druart  changed:

   What|Removed |Added

   Keywords|additional_work_needed  |
 CC||jonathan.druart+koha@gmail.
   ||com

--- Comment #16 from Jonathan Druart  ---
Last two patches pushed to master.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-04-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

--- Comment #15 from Katrin Fischer  ---
Created attachment 149392
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=149392=edit
Bug 29311: (follow-up) Fix t/db_dependent/selenium/regressions.t

The test was checking for the value of an input field.
But with this patch set, there is no longer an input, but
a link element with the title. This adjusts the patch to look
for the correct element.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-04-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

--- Comment #14 from Katrin Fischer  ---
Created attachment 149391
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=149391=edit
Bug 29311: (follow-up) Add id to span elements

The input fields in the form have ids, these are useful
for styling, but also for the Selenium tests. This patch
adds the ids from the former inputs to the now spans.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-04-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Katrin Fischer  changed:

   What|Removed |Added

   Keywords||additional_work_needed

--- Comment #13 from Katrin Fischer  ---
It looks like this breaks a selenium test:

t/db_dependent/selenium/regressions.t .. 7/8 
STRACE: /usr/share/perl5/Try/Tiny.pm:123 in Selenium::Remote::Driver::catch
{...} 
/usr/share/perl5/Selenium/Remote/Driver.pm:361 in Try::Tiny::try
(eval 549):1 in Selenium::Remote::Driver::__ANON__
(eval 551):2 in Selenium::Remote::Driver::__ANON__
/usr/share/perl5/Selenium/Remote/Driver.pm:1340 in
Selenium::Remote::Driver::_execute_command
/usr/share/perl5/Selenium/Remote/Driver.pm:1340 in (eval)
t/db_dependent/selenium/regressions.t:358 in
Selenium::Remote::Driver::find_element
/usr/share/perl/5.32/Test/Builder.pm:334 in main::__ANON__
/usr/share/perl/5.32/Test/Builder.pm:334 in (eval)
/usr/share/perl/5.32/Test/More.pm:809 in Test::Builder::subtest
t/db_dependent/selenium/regressions.t:372 in Test::More::subtest

# No tests run!
t/db_dependent/selenium/regressions.t .. 8/8 
#   Failed test 'No tests run for subtest "OPAC - Suggest for purchase"'
#   at t/db_dependent/selenium/regressions.t line 372.
Error while executing command: no such element: Unable to locate element:
//input[@id="title"] at /usr/share/perl5/Selenium/Remote/Driver.pm line 411.
 at /usr/share/perl5/Selenium/Remote/Driver.pm line 356.
# Looks like your test exited with 11 just after 8.


The test looks for an input field, but with this patch applied, there is no
longer any input, just this:

Title:
E Street shuffle :

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-04-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

--- Comment #12 from Tomás Cohen Arazi  ---
Pushed to master for 23.05.

Nice work everyone, thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-04-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Tomás Cohen Arazi  changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to master
 Version(s)||23.05.00
released in||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-03-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

--- Comment #11 from Nick Clemens  ---
Created attachment 148924
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148924=edit
Bug 29311: (QA follow-up) Fix filter

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-03-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

--- Comment #10 from Nick Clemens  ---
Created attachment 148923
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148923=edit
Bug 29311: (QA follow-up) Fix an existing spelling typo

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-03-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Nick Clemens  changed:

   What|Removed |Added

 Attachment #148776|0   |1
is obsolete||

--- Comment #9 from Nick Clemens  ---
Created attachment 148922
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148922=edit
Bug 29311: Forbid editing biblio info when creating suggestion for biblio

When creating a suggestion for an existing biblio, biblio info like
title or author should not be editable.

Test plan:
1. Enable system preference 'suggestion'
2. Log in at OPAC
3. Go to a biblio record detail page
4. Click 'suggest for purchase'
5. Notice that all fields can be modified (title, author, ...)
6. Apply patch
7. Repeat steps 2 and 3 or refresh the page
8. Verify that the biblio fields cannot be modified now. The only fields
   that should be editable are: quantity, item type, library, reason for
   suggestion, and notes

Signed-off-by: Séverine QUEUNE 
Signed-off-by: Laura Escamilla 
Signed-off-by: Nick Clemens 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-03-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Nick Clemens  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-03-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Laura Escamilla  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||Laura.escamilla@bywatersolu
   ||tions.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-03-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

ByWater Sandboxes  changed:

   What|Removed |Added

 Attachment #146849|0   |1
is obsolete||

--- Comment #8 from ByWater Sandboxes  ---
Created attachment 148776
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148776=edit
Bug 29311: Forbid editing biblio info when creating suggestion for biblio

When creating a suggestion for an existing biblio, biblio info like
title or author should not be editable.

Test plan:
1. Enable system preference 'suggestion'
2. Log in at OPAC
3. Go to a biblio record detail page
4. Click 'suggest for purchase'
5. Notice that all fields can be modified (title, author, ...)
6. Apply patch
7. Repeat steps 2 and 3 or refresh the page
8. Verify that the biblio fields cannot be modified now. The only fields
   that should be editable are: quantity, item type, library, reason for
   suggestion, and notes

Signed-off-by: Séverine QUEUNE 
Signed-off-by: Laura Escamilla 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Julian Maurice  changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

--- Comment #7 from Julian Maurice  ---
(In reply to Katrin Fischer from comment #5)
> Why do we not disable the form fields in the template instead of relying on
> the JavaScript do do it? 

You're right. The javascript code was completely unnecessary. It was probably
the remains of the first version of this patch :)

> And I think that would also work with Severine's request, as we then could
> and shoudl remove the class="required" in the form.

Lazy copy/paste. Fixed in the latest patch

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2023-02-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Julian Maurice  changed:

   What|Removed |Added

 Attachment #134531|0   |1
is obsolete||

--- Comment #6 from Julian Maurice  ---
Created attachment 146849
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=146849=edit
Bug 29311: Forbid editing biblio info when creating suggestion for biblio

When creating a suggestion for an existing biblio, biblio info like
title or author should not be editable.

Test plan:
1. Enable system preference 'suggestion'
2. Log in at OPAC
3. Go to a biblio record detail page
4. Click 'suggest for purchase'
5. Notice that all fields can be modified (title, author, ...)
6. Apply patch
7. Repeat steps 2 and 3 or refresh the page
8. Verify that the biblio fields cannot be modified now. The only fields
   that should be editable are: quantity, item type, library, reason for
   suggestion, and notes

Signed-off-by: Séverine QUEUNE 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2022-09-23 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Andrew Fuerste-Henry  changed:

   What|Removed |Added

   See Also||https://bugs.koha-community
   ||.org/bugzilla3/show_bug.cgi
   ||?id=28844

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2022-09-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Julian Maurice  changed:

   What|Removed |Added

 Status|Failed QA   |ASSIGNED
 CC||julian.maur...@biblibre.com
   Assignee|jeremy.breuillard@biblibre. |julian.maur...@biblibre.com
   |com |

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2022-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Katrin Fischer  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA

--- Comment #5 from Katrin Fischer  ---
Hi Jeremy,

Why do we not disable the form fields in the template instead of relying on the
JavaScript do do it? 

And I think that would also work with Severine's request, as we then could and
shoudl remove the class="required" in the form.

+[% IF ( biblionumber ) %]
+Publisher:
+[% publishercode | html %]
+[% ELSIF (
publishercode_required ) %]


I feel like class="required" should be removed here?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2022-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

--- Comment #4 from Katrin Fischer  ---
Looking here

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2022-05-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Séverine Queune  changed:

   What|Removed |Added

 CC||severine.que...@bulac.fr

--- Comment #3 from Séverine Queune  ---
Thank you Jérémy, everything seems to work as expected, I didn't notice strange
behaviours
Maybe just a tiny modification could be done when using
OPACSuggestionMandatoryFields syspref : as field can't be modified, could the
'Required' mention be hidden ?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2022-05-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Séverine Queune  changed:

   What|Removed |Added

 Attachment #133120|0   |1
is obsolete||

--- Comment #2 from Séverine Queune  ---
Created attachment 134531
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=134531=edit
Bug 29311: Do not allow editing of bibliographic information when entering
suggestion from existing bibs

This patch changes the behavior of the suggestion form in OPAC. The suggestion
form for an existing record has its total of inputs limited, otherwise the
inputs are all available.

Test plan:
1)OPAC: Login to your OPAC account
2)Choose a record and get onto its details page
3)Click 'suggest for purchase'
4)Notice: all the fields can be modified
5)Apply patch
6)Repeat 2) and 3) or refresh
7)You see that the fields about bibliographic informations are disabled now

Signed-off-by: Séverine QUEUNE 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2022-05-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Séverine Queune  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2022-04-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Owen Leonard  changed:

   What|Removed |Added

   Assignee|oleon...@myacpl.org |jeremy.breuillard@biblibre.
   ||com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2022-04-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Jérémy Breuillard  changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2022-04-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

--- Comment #1 from Jérémy Breuillard  ---
Created attachment 133120
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133120=edit
Bug 29311: Do not allow editing of bibliographic information when entering
suggestion from existing bibs

This patch changes the behavior of the suggestion form in OPAC. The suggestion
form for an existing record has its total of inputs limited, otherwise the
inputs are all available.

Test plan:
1)OPAC: Login to your OPAC account
2)Choose a record and get onto its details page
3)Click 'suggest for purchase'
4)Notice: all the fields can be modified
5)Apply patch
6)Repeat 2) and 3) or refresh
7)You see that the fields about bibliographic informations are disabled now

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2022-04-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Jérémy Breuillard  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2022-03-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Owen Leonard  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2022-03-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Jérémy Breuillard  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2022-03-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Jérémy Breuillard  changed:

   What|Removed |Added

 CC||jeremy.breuillard@biblibre.
   ||com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2021-11-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Andrew Fuerste-Henry  changed:

   What|Removed |Added

 Depends on||29416


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29416
[Bug 29416] Regression: information from existing bib no longer populating on
suggest for purchase
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29311] Do not allow editing of bibliographic information when entering suggestion from existing bibs

2021-11-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311

Andrew Fuerste-Henry  changed:

   What|Removed |Added

 Depends on||14963


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14963
[Bug 14963] Add the ability to suggest purchase from existing titles
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/