lison
lison
在部署步骤页面(/deploy-plan/1/commands/clone?pos=before)添加前置或后置任务时报错。 初步定位到问题在于`resources/views/dashboard/commands/_dialogs/command.blade.php`第78行`@if (count($targetable->patterns))`。 patterns只存在于BuildPlan和Command中,当$targetable类型为DeployPlan时,传给count的参数就不再是Countable,在php-7.2里会报错。 `count(): Parameter must be an array or an object that implements Countable`
os: macos monterey 12.7.4 xca version: 2.6.0 I installed via brew `brew install unixodbc libiodbc mariadb-connector-odbc` and put odbc.ini in three places: `~/.odbc.ini` `/etc/odbc.ini` `/usr/local/etc/odbc.ini` the file content ``` [Default]...