Implement failed profile creation response

This commit is contained in:
Dennis Eichhorn 2019-02-18 17:25:03 +01:00
parent adf1c48cfb
commit 15f9dce88e

View File

@ -93,7 +93,8 @@ echo $this->getData('nav')->render(); ?>
"key": 1, "listener": "click", "action": [
{"key": 1, "type": "event.prevent"},
{"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>