| Summary: | Typo in patron-attr-types.tt | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> | 
| Component: | Templates | Assignee: | Owen Leonard <oleonard> | 
| Status: | CLOSED FIXED | QA Contact: | Kyle M Hall (khall) <kyle> | 
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | andrew, fridolin.somers, kyle, mazen.i.khallaf, sally.healey, victor | 
| Version: | Main | Keywords: | Academy | 
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 | 
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | 21.05.00,20.11.03,20.05.09,19.11.15 | Circulation function: | |
| Attachments: | Bug 27210: Typo in patron-attr-types.tt Bug 27210: Typo in patron-attr-types.tt Bug 27210: Typo in patron-attr-types.tt | ||
| 
        
          Description
        
        
          Caroline Cyr La Rose
        
        
        
        
          2020-12-11 20:17:41 UTC
        
       Created attachment 115280 [details] [review] Bug 27210: Typo in patron-attr-types.tt Test Plan: 1. Make sure the ExtendedPatronAttributes syspref is active 2. Go to Administration > Patron attribute types 3. Click New patron attribute type 4. Check the sentence next to the Editable in OPAC checkbox (Should say "Requires above, does not work during self-registration if PatronSelfRegistrationVerifyByEmail if set." - Notice the use of 'if set') 5. Apply Patch 6. Repeat steps 2-4 (Should now say "Requires above, does not work during self-registration if PatronSelfRegistrationVerifyByEmail is set." - Notice the use of 'is set') 7. If it says 'is set', the patch works as expected. Created attachment 115308 [details] [review] Bug 27210: Typo in patron-attr-types.tt Test Plan: 1. Make sure the ExtendedPatronAttributes syspref is active 2. Go to Administration > Patron attribute types 3. Click New patron attribute type 4. Check the sentence next to the Editable in OPAC checkbox (Should say "Requires above, does not work during self-registration if PatronSelfRegistrationVerifyByEmail if set." - Notice the use of 'if set') 5. Apply Patch 6. Repeat steps 2-4 (Should now say "Requires above, does not work during self-registration if PatronSelfRegistrationVerifyByEmail is set." - Notice the use of 'is set') 7. If it says 'is set', the patch works as expected. Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Works as described. Created attachment 115582 [details] [review] Bug 27210: Typo in patron-attr-types.tt Test Plan: 1. Make sure the ExtendedPatronAttributes syspref is active 2. Go to Administration > Patron attribute types 3. Click New patron attribute type 4. Check the sentence next to the Editable in OPAC checkbox (Should say "Requires above, does not work during self-registration if PatronSelfRegistrationVerifyByEmail if set." - Notice the use of 'if set') 5. Apply Patch 6. Repeat steps 2-4 (Should now say "Requires above, does not work during self-registration if PatronSelfRegistrationVerifyByEmail is set." - Notice the use of 'is set') 7. If it says 'is set', the patch works as expected. Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Pushed to master for 21.05, thanks to everybody involved! This is more a bug thant enhancement, I backport. Pushed to 20.11.x for 20.11.03 Pushed to 20.05.x for 20.05.09 Backported: Pushed to 19.11.x branch for 19.11.15 |