You've already forked AstralRinth
forked from didirus/AstralRinth
Raise project limit on collections from 64 to 1024 (#847)
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
@@ -205,7 +205,7 @@ pub struct EditCollection {
|
|||||||
)]
|
)]
|
||||||
pub description: Option<Option<String>>,
|
pub description: Option<Option<String>>,
|
||||||
pub status: Option<CollectionStatus>,
|
pub status: Option<CollectionStatus>,
|
||||||
#[validate(length(max = 64))]
|
#[validate(length(max = 1024))]
|
||||||
pub new_projects: Option<Vec<String>>,
|
pub new_projects: Option<Vec<String>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user