-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add template to tasks #184
Conversation
echo $template->getField('content'); | ||
echo "</textarea>\n"; | ||
echo '$_POST["categories_id"] = ' . $_POST["categories_id"]; | ||
echo '<script type="text/javascript">' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See Html::Script()
You can't change API in major version of GLPI. |
Move Tasks templates table creation queries into GLPI 0.91 files Fix fields update on template selection + Refactor scripts and ajax Remove TinyMCE remove changes from 0.90.sql remove change from update_0855_090.php
repushed and rebased |
Will this work with the mail receivers and rules so I can make a ticket with a prepaid set of tasks when received by a mail receiver? |
Missing State (to do, information) and private |
We can add document in creation of a task. |
glpi_tasktypes doesn't exists. Corrected |
You can't use $tab[4] already use in commonitiltask |
Taskcategory is $tab[2] with forcegroupby |
You allow translation bu you juste translate the titre, not the content. |
No description provided.