mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-23 22:44:19 +00:00
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:
+2
-2
@@ -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'
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user