WCF
WCF copied to clipboard
Condition for User options
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.