#16833 closed Cleanup/optimization (fixed)
Remove obscure mixin parameter from Storage.open() method
Reported by: | Jannis Leidel | Owned by: | nobody |
---|---|---|---|
Component: | File uploads/storage | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As discussed with Jacob, Russell and Marty this ought to be removed since it's an undocumented and rather obscure feature which can easily be implemented with standard subclassing/overriding.
Change History (2)
comment:1 by , 13 years ago
Summary: | Remove obscure mixin parameter from `Storage.open()` method → Remove obscure mixin parameter from Storage.open() method |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [16824]: