Feng

Results 4 comments of Feng

I see similar issue when using 5.6 or 6.0 code. By looking into change from 5.6, the new feature "editTriggerEvent" introduce the change in "Edit" module. By default, the "editTriggerEvent"...

简单全文搜索,发现doc模块有自定义getDynamic方法实现: https://github.com/easysoft/zentaopms/blob/ed31bffa6cf58e9b0d27b067c523b23051ef2413/module/doc/model.php#L3422-L3444 而其他模块都使用了action模块提供的getDynamic方法实现,该方法实现中处理了权限中动态可视范围的处理: https://github.com/easysoft/zentaopms/blob/ed31bffa6cf58e9b0d27b067c523b23051ef2413/module/action/model.php#L1055 如首页的调用: https://github.com/easysoft/zentaopms/blob/ed31bffa6cf58e9b0d27b067c523b23051ef2413/module/my/control.php#L1616 问题修改应该要在文档动态查询中使用公共方法,或者自行处理权限控制。

Get the same issue when running dokku inside of container. By looking into the code for build docker run command: https://github.com/dokku/dokku-letsencrypt/blob/5dc9bf5d055b5ef19f34e23eded8641b5e5ef043/internal-functions#L42-L48 The `--env-file` parameter is using host folder, not the...

> @feng-zh Care to share code for symlink inside the dokku container. Currently stuck with problem @paschaldev this will depend on what host folder you are mapping to container dokku...