Custom form issue and exapmle.env

Fixed Github issues regarding rendering of custom form data in ticket detail page.
Following issues have been raised regarding this issue
#416
#462
#553
This commit is contained in:
Manish Verma
2018-08-16 10:36:35 +05:30
parent 8148bbd920
commit ed2d5b466f
4 changed files with 21 additions and 4 deletions

View File

@@ -31,7 +31,6 @@ class ClientRequest extends Request
{
$check = $this->check(new CommonSettings());
if ($check != 0) {
return $check;
$custom_rule = $this->getCustomRule();
$rules = array_merge($check, $custom_rule);