Opened 6 years ago
Closed 6 years ago
#2135 closed task (fixed)
Remove support for secondary storage
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.15 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
See #2134.
Change History (11)
comment:1 by , 6 years ago
Milestone: | BASE Future Release → BASE 3.15 |
---|
comment:2 by , 6 years ago
comment:3 by , 6 years ago
(In [7573]) References #2135: Remove support for secondary storage
Removed File.getAction()
property which was used to transfer a file between primary and secondary storage. A schema update is needed since it removes the Files.action
column from the database. The update will also fix the Files.location
property and remove the action property from context filtering and sorting.
comment:4 by , 6 years ago
comment:5 by , 6 years ago
comment:10 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:11 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
(In [7572]) References #2135: Remove support for secondary storage
Removed API and internal implementation of
SecondaryStorageController
.