Feature #2913

My Publications: actions on multiple objects
0%
Description
My Publications:It should be possible to perform actions on multiple objects such as:
- unlink and delete (publication)
* delete
cf. also 2053
Related issues
History
Updated by Stefaan Vanbillemont about 10 years ago
- Assignee set to Sven Vanpoucke
multiple delete of publications should be possible ..
Updated by Stefaan Vanbillemont about 10 years ago
- Project changed from Chamilo LCMS Connect to Repository
- Category deleted (
4)
Updated by Stefaan Vanbillemont about 10 years ago
- Assignee changed from Sven Vanpoucke to Anonymous
Updated by Anonymous about 10 years ago
- Due date set to 08/04/2011
- Status changed from New to Assigned
Updated by Anonymous about 10 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 almost 10 years ago
- Target version changed from 55 to Backlog (default)