[Koha-bugs] [Bug 8331] Hidden field does not hide from plain MARC view

2020-05-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8331

Tomás Cohen Arazi  changed:

   What|Removed |Added

 Status|NEW |In Discussion

--- Comment #8 from Tomás Cohen Arazi  ---
Setting In discussion until some more feedback is provided. OPAC is done on
separate bugs and is already fixed in master.
And svc/records/preview I think it shouldn't be filtered, as batch
modifications should display all subfields to avoid unknowingly
removing/changing unwanted fields/subfields.

-- 
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 8331] Hidden field does not hide from plain MARC view

2020-05-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8331

--- Comment #7 from Tomás Cohen Arazi  ---
(In reply to Katrin Fischer from comment #5)
> I think most important would be to fix the OPAC views - people want to hide
> things from patrons, staff views could be second priority.

This is solved in the OPAC \o/

-- 
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 8331] Hidden field does not hide from plain MARC view

2020-03-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8331

--- Comment #6 from Tomás Cohen Arazi  ---
(In reply to Katrin Fischer from comment #5)
> I think most important would be to fix the OPAC views - people want to hide
> things from patrons, staff views could be second priority.

I only reproduce on the svc/records/preview script. Can you please re-check?

-- 
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 8331] Hidden field does not hide from plain MARC view

2020-03-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8331

Tomás Cohen Arazi  changed:

   What|Removed |Added

 CC||tomasco...@gmail.com
   Assignee|gmcha...@gmail.com  |tomasco...@gmail.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 8331] Hidden field does not hide from plain MARC view

2019-11-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8331

--- Comment #5 from Katrin Fischer  ---
I think most important would be to fix the OPAC views - people want to hide
things from patrons, staff views could be second priority.

-- 
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 8331] Hidden field does not hide from plain MARC view

2019-10-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8331

--- Comment #4 from Katrin Fischer  ---
Thx Jonathan, I lost sight of this and it seems quite bad.

-- 
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 8331] Hidden field does not hide from plain MARC view

2019-10-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8331

Jonathan Druart  changed:

   What|Removed |Added

 CC||jonathan.dru...@bugs.koha-c
   ||ommunity.org

--- Comment #3 from Jonathan Druart  
---
(In reply to Katrin Fischer from comment #2)
> Confirmed, testing with 245$c this time.
> 
> Normal view and labelled MARC view are ok, plain MARC view displays the
> field.

I see it on both labelled MARC (catalogue/labeledMARCdetail.pl) and normal
(catalogue/detail.pl) views. Tested with 245$h.


labeledMARCdetail.pl:
TITLE STATEMENT E Street shuffle : the glory days of Bruce Springsteen
& the E Street Band / Clinton Heylin. this is 245$h

detail.pl (in the h1.title):
E Street shuffle : the glory days of Bruce Springsteen & the E Street Band /
Clinton Heylin. this is 245$h 

MARC preview (from svc/records/preview):
245 1   0   _aE Street shuffle :
_bthe glory days of Bruce Springsteen & the E Street Band /
_cClinton Heylin.
_hthis is 245$h 

Hidden in catalogue/MARCdetail.pl - OK

Note that catalogue/ISBDdetail.pl also displays the field
(C4::Biblio::GetISBDView only hides the fields for OPAC):
 730 # OPAC hidden subfield
 731 next
 732   if ( ( $template eq 'opac' )
 733 && ( $tagslib->{$fieldvalue}->{$subfvalue}->{'hidden'}
|| 0 ) > 0 );

-- 
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 8331] Hidden field does not hide from plain MARC view

2019-04-28 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8331

Katrin Fischer  changed:

   What|Removed |Added

Summary|hidden field does not hide  |Hidden field does not hide
   |from plain MARC view|from plain MARC view

--- Comment #2 from Katrin Fischer  ---
Confirmed, testing with 245$c this time.

Normal view and labelled MARC view are ok, plain MARC view displays the field.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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 8331] hidden field does not hide from plain MARC view

2015-01-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8331

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

Summary|hidden field does not work  |hidden field does not hide
   |accurately  |from plain MARC view
   Severity|normal  |major
 CC||katrin.fisc...@bsz-bw.de
Version|3.6 |master

--- Comment #1 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
In my testing it shows that hiding from the plain MARC view indeed does not
work :(

To test:
- Edit a MARC framework - change 245$a to not display in OPAC and staff
- Check the plain MARC view in OPAC and staff
- Notice that the field still displays
- Notice that it hides correctly from the labelled MARC views

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/