|
We had fixed caching issues in the community app (or at-least we though we did) as a part of our grunt build that adds a hash generated based on a files contents to the file name.
However, Caching was observed in the following scenario
1) Install mifosX community app shipped with the 1.19 release (download from source). Here you would see that reports (Ex: Active Loan Details) do not have an input field called "Decimal Places"
2) Now update to the newer community app (1.20 release) and you would see that the reports still do not show the newly added input field "Decimal Places" till you clear you browser cache
|