Skip to content

Conversation

AdrienClairembault
Copy link
Contributor

Checklist before requesting a review

  • I have performed a self-review of my code.
  • I have added tests that prove my fix is effective or that my feature works.

Description

On formcreator, some people uses dropdown or radios questions to display a list of numbers:

image

Then, they define condition like if value is less than X.

At first we didn't support these conditions on native forms because they only make sense when using number values, which is not mandatory (so if someone use text values, this kind of condition would be kinda useless).

But, since this is a common use on formcreator, it prevent some users from migrating as they require theses conditions to work.
To make migration easier, I've decided to allow them.

References

Internal support ticket: !39700

@trasher
Copy link
Contributor

trasher commented Oct 21, 2025

Please check if e2e errors are related

@trasher trasher merged commit a831833 into glpi-project:11.0/bugfixes Oct 21, 2025
10 checks passed
@AdrienClairembault AdrienClairembault deleted the allow-less-greater-single-choice branch October 21, 2025 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants