Simple Form Configuration Issues #286

Closed
opened 2025-11-13 10:35:11 +00:00 by tobru · 2 comments
Owner

This issue is a collection of issues found during use of the new simple form implemented in #268

Min/Max in number

Setting "Min value" and "Max value" in number field causes:

TypeError

'<' not supported between instances of 'str' and 'int'

https://app.glitchtip.com/vshn-ag/issues/3988055?project=11613

Default Value

Configuring a default value didn't work for Nextcloud version "spec.parameters.service.version", field type text. Setting it to 32, but frontend shows 31.

This issue is a collection of issues found during use of the new simple form implemented in #268 ## Min/Max in number Setting "Min value" and "Max value" in number field causes: ``` TypeError '<' not supported between instances of 'str' and 'int' ``` https://app.glitchtip.com/vshn-ag/issues/3988055?project=11613 ## Default Value Configuring a default value didn't work for Nextcloud version "spec.parameters.service.version", field type text. Setting it to 32, but frontend shows 31.
Member

First issue is fixed in #322; I cannot reproduce the second issue. I tried setting spec.parameters.size.disk to 200 and it showed up as 200 in the frontend. Do you see this issue exclusively with the nextcloud version field, @tobru ?

First issue is fixed in #322; I cannot reproduce the second issue. I tried setting `spec.parameters.size.disk` to 200 and it showed up as 200 in the frontend. Do you see this issue exclusively with the nextcloud version field, @tobru ?
Author
Owner

I couldn't reproduce the second issue anymore.

I couldn't reproduce the second issue anymore.
tobru closed this issue 2025-12-05 12:56:17 +00:00
Sign in to join this conversation.
No milestone
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
servala/servala-portal#286
No description provided.