Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0013729Openbravo ERPZ. Otherspublic2010-06-22 16:542010-12-16 22:15
shuehner 
mtaal 
urgentmajorhave not tried
closedfixed 
5
2.50 
pi 
No
User Interface Selector
No
0013729: Problem with js-caching with the module not in development but with a template in development
Our js caching has two modes:
a.) module in development, do some time-based check if js needs to be reloaded
b.) module not in development, use module version number

Now if templates come in the situation the following can happen:
c.) module not in development, but a template exists which is in development

Using this c.) the caching mechanism is right now using mode b.) and not noticing the change -> js not reloaded without an explicit clear cache in browser
No tags attached.
related to defect 0013726 closed iperdomo Selector out field feature not working. 
Issue History
2010-06-22 16:54shuehnerNew Issue
2010-06-22 16:54shuehnerAssigned To => mtaal
2010-06-22 16:54shuehnerOBNetwork customer => No
2010-06-22 16:54shuehnerRelationship addedrelated to 0012726
2010-06-22 17:04shuehnerRelationship addedrelated to 0013726
2010-06-22 17:04shuehnerRelationship deletedrelated to 0012726
2010-06-23 17:08mtaalPrioritynormal => urgent
2010-12-06 07:48alostaleStatusnew => scheduled
2010-12-08 11:12mtaalNote Added: 0033066
2010-12-08 11:12mtaalStatusscheduled => resolved
2010-12-08 11:12mtaalFixed in Version => pi
2010-12-08 11:12mtaalFixed in SCM revision => .
2010-12-08 11:12mtaalResolutionopen => fixed
2010-12-14 19:53shuehnerNote Added: 0033190
2010-12-14 19:53shuehnerStatusresolved => closed
2010-12-16 22:15anonymoussf_bug_id0 => 3138774

Notes
(0033066)
mtaal   
2010-12-08 11:12   
The new static resource handling currently does a checksum of the total generated javascript, this will catch any changes to templates of modules in development while the original module is not in development.
(0033190)
shuehner   
2010-12-14 19:53   
Closing after info from developer that the relevant component was completely rewritten also addressing the issue mentioned here.