bscheshirwork
bscheshirwork
So... This behavior (message after trigger)... Is this done intentionally?
i.e. don't show message if trigger fail?
I tell about case https://github.com/2amigos/yii2-usuario/blob/5181bbc60a2c72aa37344a260e39cd6f6211a803/src/User/Controller/RegistrationController.php#L233-L240 where functional inside trigger is terminate application. In this case message has not write into session.
https://github.com/yiisoft/yii2/blob/f2212a3183b4e8cc6629729916f17475903aec44/framework/filters/Cors.php#L111-L115
For example. Application will terminate in many places. Becouse I can do trhis. Becouse I can define logic in config w/o redefine class https://github.com/bscheshirwork/yii2-app-advanced-redis/blob/7cdce8086d8be6d548ab0dea473bb5712b3b0384/backend/config/main.php#L52-L76
>Some people do want RESTRICT vs CASCADE as modifying the ID In module's internal logic? We must put both of model in synchronized state
> I think we should remove all dependencies like selectize widget This widget also can be replace by Kartik's Select2. (And look like so strange use selectize only for one...
I see: ``` docker run -it -v sshvolume:/testfolder busybox ls /testfolder docker: Error response from daemon: error while mounting volume '/mnt/volumes/099665408449fffc8b87e51dd9f93d85': VolumeDriver.Mount: sshfs command execute failed: exit status 1 (read:...
@houxiyao try to check ssh connection from root to destination without docker sshfs plugin (try to only connect by ssh)
also check config `sshkey.source=/root/.ssh/` and corresponded folder `/root/.ssh/`