serfreeman1337
serfreeman1337
* **Rule chains** - process price and value attributes update and set their multiplication result as new attribute * "message type switch" node with "Attrubtes Updated" link * "check existence...
With KDE I can get correct frequency reporting in htop by adding widget: - Add Widgets -> Total Cpu Use -> Configure Total Cpu Use -> Sensors Details -> Text-Only...
Quick fix to allow array values for requests: * Replace Api\V8\JsonApi\Repository\Filter.php file with [this](https://gist.github.com/serfreeman1337/4edcc05da6a9ccfd26047421ffa88449). * Example request: `Api/V8/module/Accounts?filter[operator]=or&filter[name][eq][]=A&filter[name][eq][]=B` (note the [])
Current API filter design doesn't allow to specify same key name twice. Proposed quick fix should at least allow that, but it's not official and any such changes to files...
Already fixed as of v7.12.0 and v7.11.20. Related issue https://github.com/salesagility/SuiteCRM/issues/7285 . You should replace your **Api/V8/JsonApi/Repository/Filter.php** file [from the hotfix branch](https://raw.githubusercontent.com/salesagility/SuiteCRM/hotfix/Api/V8/JsonApi/Repository/Filter.php ) to have both [OR](https://github.com/salesagility/SuiteCRM/pull/8492) and [custom fields](https://github.com/salesagility/SuiteCRM/pull/8731) filters...
Try to replace [countRecords function](https://github.com/salesagility/SuiteCRM/blob/7b6ac1bb788bf0904e05cea6d9069a5feeaab52f/Api/V8/BeanDecorator/BeanManager.php#L246) in the **Api/V8/BeanDecorator/BeanManager.php** file with this: ```php public function countRecords($module, $where) { $bean = $this->newBeanSafe($module); $table = $bean->getTableName(); $customTable = $bean->get_custom_table_name(); if (strpos($where, $customTable) !==...
Путь на локальном сервере указывается в application/config/gameap_config.php
Панель проверяет онлайн сервера через [Query](https://github.com/et-nik/GameAP/blob/v2.0-dev/application/libraries/Query.php) запросы, а как еще можно проверить что сервер работает и не завис ? ssh, screen, rcon, ftp все вместе https://github.com/GameAP/GDaemon2 осталось только понять как...
> While this does appear to accomplish redirection of output to a terminal tab, testing shows that it comes at a great cost: It also breaks ability to launch project...
I've taken a look at its traffic, and it seems like it requests already requested pieces. Wireshark screenshots  