mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-19 21:50:45 +00:00
Add /run endpoint for running processes w/o any frontend
This commit is contained in:
@ -70,6 +70,7 @@ public class ChildRecordListRenderer extends AbstractWidgetRenderer
|
||||
{
|
||||
return (new Builder(new QWidgetMetaData()
|
||||
.withName(join.getName())
|
||||
.withIsCard(true)
|
||||
.withCodeReference(new QCodeReference(ChildRecordListRenderer.class, null))
|
||||
.withType(WidgetType.CHILD_RECORD_LIST.getType())
|
||||
.withDefaultValue("joinName", join.getName())));
|
||||
|
Reference in New Issue
Block a user