Jump to content

Сделайте поле отчета обязательным

Featured Replies

 code ? Сделайте поле отчета обязательным

900.jpg.b50c62e780270fcf2d302bb174956dab.jpg

Link to comment
https://ipbmafia.ru/topic/24545-sdelajte-pole-otcheta-obyazatelnym/
Share on other sites

Посоветуйте, пожалуйста, какой код добавить в шаблон, чтобы поле отправки отчета было обязательным

Link to comment
https://ipbmafia.ru/topic/24545-sdelajte-pole-otcheta-obyazatelnym/?&do=findComment&comment=182575
Share on other sites

/system/Content/Controller.php

найти:

			$form->add( new \IPS\Helpers\Form\Editor( 'report_message', NULL, FALSE, array( 'app' => 'core', 'key' => 'Reports', 'autoSaveKey' => "report-{$class::$application}-{$class::$module}-{$item->$idColumn}", 'minimize' => \IPS\Request::i()->isAjax() ? 'report_message_placeholder' : NULL ) ) );

заменить на:

			$form->add( new \IPS\Helpers\Form\Editor( 'report_message', NULL, TRUE, array( 'app' => 'core', 'key' => 'Reports', 'autoSaveKey' => "report-{$class::$application}-{$class::$module}-{$item->$idColumn}", 'minimize' => \IPS\Request::i()->isAjax() ? 'report_message_placeholder' : NULL ) ) );

найти:

			$form->add( new \IPS\Helpers\Form\Editor( 'report_message', NULL, FALSE, array( 'app' => 'core', 'key' => 'Reports', 'autoSaveKey' => "report-{$class::$application}-{$class::$module}-{$item->$itemIdColumn}-{$comment->$idColumn}", 'minimize' => 'report_message_placeholder' ) ) );

заменить на:

			$form->add( new \IPS\Helpers\Form\Editor( 'report_message', NULL, TRUE, array( 'app' => 'core', 'key' => 'Reports', 'autoSaveKey' => "report-{$class::$application}-{$class::$module}-{$item->$itemIdColumn}-{$comment->$idColumn}", 'minimize' => 'report_message_placeholder' ) ) );

 

Link to comment
https://ipbmafia.ru/topic/24545-sdelajte-pole-otcheta-obyazatelnym/?&do=findComment&comment=182579
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.