mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-14 11:38:40 +00:00
Implement failed profile creation response
This commit is contained in:
parent
adf1c48cfb
commit
15f9dce88e
|
|
@ -93,7 +93,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
"key": 1, "listener": "click", "action": [
|
"key": 1, "listener": "click", "action": [
|
||||||
{"key": 1, "type": "event.prevent"},
|
{"key": 1, "type": "event.prevent"},
|
||||||
{"key": 2, "type": "dom.getvalue", "base": "", "selector": "#iId"},
|
{"key": 2, "type": "dom.getvalue", "base": "", "selector": "#iId"},
|
||||||
{"key": 3, "type": "message.request", "uri": "{/base}/{/lang}/api/profile", "method": "PUT", "request_type": "json"}
|
{"key": 3, "type": "message.request", "uri": "{/base}/{/lang}/api/profile", "method": "PUT", "request_type": "json"},
|
||||||
|
{"key": 4, "type": "message.log"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]'><?= $this->getHtml('CreateProfile'); ?></button>
|
]'><?= $this->getHtml('CreateProfile'); ?></button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user