KIZI / sewebar-cms

Automatically exported from code.google.com/p/sewebar-cms
1 stars 0 forks source link

Value of "Limit" in Settings #246

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the Settings window, the value of "Limit" is not loaded. Saving of this 
value works correctly.

Original issue reported on code.google.com by stanislav.vojir on 26 Feb 2014 at 5:18

GoogleCodeExporter commented 9 years ago
Investigated the issue: The limit value is correctly assigned in the code, 
however, the value is never rendered. There is either an error in Mooml 
rendering engine or a logical error in the rendering script, but the whole 
template code needs to be reformatted and carefully checked to verify this 
assumption.

Replacing Mooml with version 1.3.1 does not help to resolve the issue.

Proposed workaround: set the value explicitly in the script after rendering the 
template.

Cost: 1 hour 35 minutes.

Original comment by martin.v...@gmail.com on 27 Feb 2014 at 2:02

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1141.

Original comment by martin.v...@gmail.com on 27 Feb 2014 at 5:51

GoogleCodeExporter commented 9 years ago
Cumulative cost: 1 hour 50 minutes.

Original comment by martin.v...@gmail.com on 27 Feb 2014 at 5:52

GoogleCodeExporter commented 9 years ago
The limit value is currently displayed, but save of this value does not work 
correctly.
When the user sets for example "200", the value is correct only in current 
session. Config values should be associated with "task" (KBI source ID).

Original comment by stanislav.vojir on 27 Feb 2014 at 9:10