update the createRemarkLogic, so all modules are able to use it

create a RemarkFormComponent
update order page to use this API
clean up old remark API
This commit is contained in:
edmondlang
2022-03-10 19:39:47 +08:00
parent 59ee063186
commit ced07a293e
14 changed files with 49 additions and 270 deletions
@@ -20,8 +20,8 @@ class CreateContainerRemarkLogic extends AbstractControllerLogic
*/
protected function notification():array {
return [
'title' => 'Created Container',
'message' => 'You have successfully created a new Container'
'title' => 'Created Container Remark',
'message' => 'You have successfully created a new Container Remark'
];
}