mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
Remove TOOLTIP from FieldAdornment values
This commit is contained in:
@ -82,6 +82,7 @@ public class FieldAdornment implements ToSchema
|
||||
{
|
||||
EnumSet<AdornmentType> subSet = EnumSet.allOf(AdornmentType.class);
|
||||
subSet.remove(AdornmentType.FILE_UPLOAD); // todo - remove for next version!
|
||||
subSet.remove(AdornmentType.TOOLTIP); // todo - remove for next version!
|
||||
FieldAdornmentSubSet.subSet = subSet;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user