Added info message

Former-commit-id: 11f4c9c8b52f6ef3bed2236534010f2caa3bb8e0
This commit is contained in:
Luis Calvo 2019-04-10 17:51:50 +02:00
parent 5998b30a16
commit 6276936e1d
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ if ($classname_selected === null) {
// Show hints if there is no task
if (get_parameter('discovery_hint', 0)) {
ui_require_css_file('discovery-hint');
ui_print_info_message(__('You must create a task first'));
}
Wizard::printBigButtonsList($wiz_data);