Merge lp://staging/~banking-addons-team/banking-addons/6.0-lp942876-clear_browse_record_cache into lp://staging/banking-addons/6.0
Proposed by
Stefan Rijnhart (Opener)
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 73 | ||||
Proposed branch: | lp://staging/~banking-addons-team/banking-addons/6.0-lp942876-clear_browse_record_cache | ||||
Merge into: | lp://staging/banking-addons/6.0 | ||||
Diff against target: |
48 lines (+22/-0) 3 files modified
account_banking/__init__.py (+1/-0) account_banking/browse_record.py (+20/-0) account_banking/wizard/bank_import.py (+1/-0) |
||||
To merge this branch: | bzr merge lp://staging/~banking-addons-team/banking-addons/6.0-lp942876-clear_browse_record_cache | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Grzegorz Grzelak (OpenGLOBE.pl) | test | Pending | |
Dimitri John Ledkov (ex-credativ) | Pending | ||
Review via email: mp+95151@code.staging.launchpad.net |
Description of the change
The fix for lp:903929 introduces a browse record caching issue. This branch attempts to fix this issue by implementing a backport of the browse_
Note that this branch does not strictly apply to the new refractured 'interactive matching' branches which have a different workaround in place, but using the native 6.1 refresh() method does of course constitute a more elegant solution than that workaround.
To post a comment you must log in.
Merged without review due to the high impact of the issue.