Skip to content
Snippets Groups Projects
Commit 913ebdec authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Variant "list" required for ResourceTypeList_1 type

parent 3e4ac859
No related branches found
No related tags found
No related merge requests found
......@@ -5680,7 +5680,11 @@ group OtherTypes {
variant "untagged";
}
type record of ResourceType ResourceTypeList_1;
type record of ResourceType ResourceTypeList_1
with {
variant "name as uncapitalized";
variant "list";
};
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment