[Koha-bugs] [Bug 14735] New: cache_expiry is not saved when updating a SQL report

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 26 19:29:21 CEST 2015


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

            Bug ID: 14735
           Summary: cache_expiry is not saved when updating a SQL report
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Reports
          Assignee: gmcharlt at gmail.com
          Reporter: jweaver at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

Steps to duplicate (must have memcached enabled):

1. Create and save a report using the default values for "Report is public" and
cache time.
2. Run the report.
3. Edit the report changing the setting for "Report is public" to yes.
4. Save the report. The cache time is now 0.
5. Edit the report changing the cache time to 300.
6. Save the report. The cache time is now 0 again.

This seems to be due to the fact that cache_expiry is not passed to the
update_sql function in the phase 'Update SQL'.

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


More information about the Koha-bugs mailing list