View | Details | Raw Unified | Return to bug 22990
Collapse All | Expand All

(-)a/C4/Output.pm (-4 / +11 lines)
Lines 312-320 sub is_ajax { Link Here
312
To executed at the beginning of scripts to stop the script at this point if
312
To executed at the beginning of scripts to stop the script at this point if
313
some errors are found.
313
some errors are found.
314
314
315
Tests for module 'members':
315
A serie of tests can be run for a given module, or a specific check.
316
* patron is not defined (we are looking for a patron that does no longer exist/never existed)
316
Params "module" and "check" are mutually exclusive.
317
* The logged in user cannot see patron's infos (feature 'cannot_see_patron_infos')
317
318
Tests for modules:
319
* members:
320
    - Patron is not defined (we are looking for a patron that does no longer exist/never existed)
321
    - The logged in user cannot see patron's infos (feature 'cannot_see_patron_infos')
322
323
Tests for specific check:
324
* csrf_token
325
    will test if the csrf_token CGI param is valid
318
326
319
Others will be added here depending on the needs (for instance biblio does not exist will be useful).
327
Others will be added here depending on the needs (for instance biblio does not exist will be useful).
320
328
321
- 

Return to bug 22990