WCF icon indicating copy to clipboard operation
WCF copied to clipboard

Condition for User options

Open Cyperghost opened this issue 6 months ago • 0 comments

Ref https://github.com/WoltLab/WCF/issues/5984

The user options from the “Profiles” category can be searched using the condition system. Currently, the UserOptionsCondition class is used for this purpose, which requires an option that implements the ISearchableConditionUserOption interface. This cannot be used correctly with the changes, as no suitable form field can be created to filter the value later. Converting the UserOption to IFormOption could be a possible solution here.

Cyperghost avatar Jun 05 '25 10:06 Cyperghost