[Koha-bugs] [Bug 14536] PageObject-pattern base implementation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 19 16:30:31 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14536

--- Comment #11 from Lari Taskula <larit at student.uef.fi> ---
Created attachment 41678
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41678&action=edit
Bug 14536: (follow-up) Adds polling to Page.pm and enhances navigation.

This follow-up adds a subroutine poll to superclass Page.pm. Polling will
execute an anonymous subroutine for as long as defined or until the subroutine
is successful.

Also adds enchancements to navigation success confirmations. In earlier
versions,
the modify patron page (memberentry.pl) defines page title as follows:
Modify <category> patron <name>

But in current version it is defined as follows:
Modify patron <name> (<category>)

Instead of checking for title "Modify patron", we now check for
"Modify(.*)patron"
for determining if we are on the right memberentry.pl page.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list