[Koha-bugs] [Bug 16300] Remove the use of "onclick" from circulation and fine rules template

2019-05-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16300

Hayley Mapley  changed:

   What|Removed |Added

 Status|Patch doesn't apply |RESOLVED
 Resolution|--- |FIXED
 CC||hayleymap...@catalyst.net.n
   ||z

--- Comment #4 from Hayley Mapley  ---
This look to have been remedied on master. Setting to Resolved.

-- 
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 16300] Remove the use of "onclick" from circulation and fine rules template

2019-01-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16300

Owen Leonard  changed:

   What|Removed |Added

 Blocks||17858


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17858
[Bug 17858] Omnibus: Move staff client JavaScript to the footer
-- 
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 16300] Remove the use of "onclick" from circulation and fine rules template

2018-03-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16300

Katrin Fischer  changed:

   What|Removed |Added

 Status|BLOCKED |Patch doesn't apply
 CC||katrin.fisc...@bsz-bw.de

--- Comment #3 from Katrin Fischer  ---
Hi Owen, looking at this, maybe it would make sense to redo the patch without
the dependency on 15456. What do you think? Moving to PDA for now.

-- 
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 16300] Remove the use of "onclick" from circulation and fine rules template

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

Kyle M Hall  changed:

   What|Removed |Added

 Status|Signed Off  |BLOCKED
 CC||k...@bywatersolutions.com

-- 
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 16300] Remove the use of "onclick" from circulation and fine rules template

2016-04-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16300

Marc Véron  changed:

   What|Removed |Added

  Attachment #50435|0   |1
is obsolete||

--- Comment #2 from Marc Véron  ---
Created attachment 50453
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50453=edit
Bug 16300 - Remove the use of "onclick" from circulation and fine rules
template

This patch updates the circulation and fine rules template so that the
"clear" button does not require an "onclick" attribute.

To test, apply the patch and go to Administration -> Circulation and
fine rules.

- Edit an existing rule.
- Click the "Clear" button and confirm. The entry form should be reset
  to its blank state.
- Click the "Clear" button and cancel. The entry form should remain the
  same.

Signed-off-by: Marc Véron 

-- 
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 16300] Remove the use of "onclick" from circulation and fine rules template

2016-04-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16300

Marc Véron  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
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 16300] Remove the use of "onclick" from circulation and fine rules template

2016-04-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16300

Owen Leonard  changed:

   What|Removed |Added

   Patch complexity|--- |Small patch
 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
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 16300] Remove the use of "onclick" from circulation and fine rules template

2016-04-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16300

--- Comment #1 from Owen Leonard  ---
Created attachment 50435
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50435=edit
Bug 16300 - Remove the use of "onclick" from circulation and fine rules
template

This patch updates the circulation and fine rules template so that the
"clear" button does not require an "onclick" attribute.

To test, apply the patch and go to Administration -> Circulation and
fine rules.

- Edit an existing rule.
- Click the "Clear" button and confirm. The entry form should be reset
  to its blank state.
- Click the "Clear" button and cancel. The entry form should remain the
  same.

-- 
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/