Task #27746
Story #26935: As a speaker I can delete paper drafts I'm involved in
Add "delete Paper" link to paper edit view
| Status: | Accepted | Start date: | 2011-06-28 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 0% |
|
| Category: | - | |||
| Target version: | Early Bird Tickets | |||
| Remaining hours | ||||
| Votes: | 0 |
Description
In the paper editing view (Resources/Private/Partials/Paper/EditForm.html) there is already (commented) markup that displays a "delete this paper" link, if the paper is of status DRAFT.
The according delete action also exists in the PaperController.
Unfortunately
$this->paperRepository->remove($paper);
does not work due to constraint violations..
Note: I just tried that again with the latest changes, but it still does not work. I don't really know how to handle this yet..
History
Updated by Bastian Waidelich almost 2 years ago
- Assignee set to Karsten Dambekalns
@Karsten could you have a quick look at this? If it is too complicated, we can probably skip this "feature" and live with the "dead drafts" for now.
Updated by Karsten Dambekalns almost 2 years ago
- Status changed from New to Accepted
I'll have a look