Ticket #1788 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Can't change refresh frequency in RSS portlets

Reported by: gracinet Assigned to: gracinet
Priority: P1 Milestone: CPS 3.4.3
Component: CPS (global) Version: TRUNK
Severity: normal Keywords: RSS portlet update refresh
Cc:

Description

There's a widget for this, but no matter what you enter, it will get back to the initial value (10).

Change History

11/22/06 12:41:51 changed by gracinet

  • status changed from new to closed.
  • resolution set to fixed.

This was because it's tied to the cache timeout of the portlet, that provides an out-of-the box implementation.

The field corresponds to the correct attribute ('cache_timeout') but the latter was read from the tool's cache parameter for the given portlet type after editing, thus overriding any entered value. This behaviour has been disabled in the specific case where there is no 'timeout:' parameter in the tool configuration [50208].

To avoid the use of the 0 value, a range of validity was set on the widget that exposes this field in the rss_portlet layout [50209]. Edit label of the widget is explicit about this [50210].

12/08/06 16:37:30 changed by madarche

Final fix in changeset [50544] : the widget was not activated to enforce the range.