Skip to content

User can add multiple instances of a series into a collection #1123

@php-coder

Description

@php-coder

To be done:

  • relax constraints on database level (/collection/{slug}: exception happens when user adds a series to collection that already has this series #986)
  • make it possible to add more than one instance of a series
  • update a view to show a list of series
  • make it possible to delete only one instance of a series from a collection
  • protect deletion against removing someone's else instance (we've already protected by the SQL query that we use)
  • don't show "New" badge multiple times (I'll deal with it in a separate issue)
  • customize "Series isn't part of your collection" message => "Add another one instance of this series to collection"
  • integration test
    • the form is visible again
    • the message has been changed
    • a number of stamps is displayed

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions