Hello,
I am trying to create a button so that the quick-create menu pops up for my custom entity. So far I have created the button:
The link redirects to the #Docket/create page, at the moment, but I don't know how to have it open up the quick-create menu. Any ideas on how I should go about doing this?
I am trying to create a button so that the quick-create menu pops up for my custom entity. So far I have created the button:
Code:
"menu": {
"list":{
"buttons": [
{
"label": "Create Order",
"link": "#Docket/create",
"acl": "read",
"style": "default",
"aclScope": ""
}
]
}
}

Comment