Opened 5 years ago
Closed 5 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 Changed 5 years ago by
Milestone: | BASE Future Release → BASE 3.15 |
---|
comment:2 Changed 5 years ago by
comment:3 Changed 5 years ago by
(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 Changed 5 years ago by
comment:5 Changed 5 years ago by
comment:10 Changed 5 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → accepted |
comment:11 Changed 5 years ago by
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
.