Actions
Feature #2913
open
My Publications: actions on multiple objects
Start date:
21/02/2011
Due date:
% Done:
0%
Estimated time:
Complexity:
Normal
Description
My Publications:It should be possible to perform actions on multiple objects such as:
- unlink and delete (publication)
- delete
cf. also 2053
Updated by Stefaan Vanbillemont over 12 years ago
- Assignee set to Sven Vanpoucke
multiple delete of publications should be possible ..
Updated by Stefaan Vanbillemont over 12 years ago
- Project changed from Chamilo LCMS Connect to Repository
- Category deleted (
4)
Updated by Stefaan Vanbillemont over 12 years ago
- Assignee changed from Sven Vanpoucke to Anonymous
Updated by Anonymous over 12 years ago
- Due date set to 08/04/2011
- Status changed from New to Assigned
Updated by Anonymous over 12 years ago
- Due date deleted (
08/04/2011) - Status changed from Assigned to New
- Assignee deleted (
Anonymous)
Impossible to fix in the current code implementation.
Since the table is constructed in a weird way (not a 1-1 mapping of the database, but construction with multiple queries) you need the ID AND APPLICATION to make a remove.
On a row base these are provided and the deletion can be executed. Multiple selection: the selected ID's can be fetched but currently there is no way of getting the associated application. Even if we could get these, there is no easy way to link both ID's.
This should be handled when refactoring the entire MyPublications section and a better solution should be found.
Updated by Stefaan Vanbillemont over 12 years ago
- Target version changed from 21 to 2.1.0
Updated by Stefaan Vanbillemont over 12 years ago
- Target version changed from 2.1.0 to 55
Updated by Stefaan Vanbillemont over 12 years ago
- Target version changed from 55 to Backlog (default)
Actions