Skip to content

Allow changing the torrent category #216

@josecelano

Description

@josecelano

Now, it's impossible to change the torrent category after uploading it.

https://github.com/torrust/torrust-index-backend/blob/develop/src/web/api/v1/contexts/torrent/forms.rs#L6-L10

pub struct UpdateTorrentInfoForm {
    pub title: Option<String>,
    pub description: Option<String>,
    pub tags: Option<Vec<TagId>>,
}

This is needed to implement this issue in the frontend.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions