Skip to content
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

Merged
merged 1 commit into from
Jan 25, 2016
Merged

Add template to tasks #184

merged 1 commit into from
Jan 25, 2016

Conversation

neeftarah
Copy link
Contributor

No description provided.

echo $template->getField('content');
echo "</textarea>\n";
echo '$_POST["categories_id"] = ' . $_POST["categories_id"];
echo '<script type="text/javascript">'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See Html::Script()

@yllen yllen added this to the 0.91 milestone Oct 16, 2015
@yllen
Copy link
Collaborator

yllen commented Oct 16, 2015

You can't change API in major version of GLPI.
You must wait for 0.91 to do this.

@dgsn dgsn mentioned this pull request Dec 3, 2015
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
@neeftarah neeftarah changed the title Add template to tasks (WIP) Add template to tasks Dec 9, 2015
@neeftarah
Copy link
Contributor Author

repushed and rebased

@CartCaved
Copy link
Contributor

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?

@orthagh orthagh merged commit eb1632b into glpi-project:master Jan 25, 2016
@orthagh orthagh self-assigned this Jan 25, 2016
@yllen
Copy link
Collaborator

yllen commented Feb 19, 2016

Missing State (to do, information) and private
and documentation (see glpi-project/doc#4)

@yllen
Copy link
Collaborator

yllen commented Feb 19, 2016

We can add document in creation of a task.
Why can't we do the same in update?

@yllen
Copy link
Collaborator

yllen commented Feb 19, 2016

glpi_tasktypes doesn't exists. Corrected

yllen added a commit that referenced this pull request Feb 19, 2016
@yllen
Copy link
Collaborator

yllen commented Feb 19, 2016

You can't use $tab[4] already use in commonitiltask

@yllen
Copy link
Collaborator

yllen commented Feb 19, 2016

Taskcategory is $tab[2] with forcegroupby

@yllen
Copy link
Collaborator

yllen commented Feb 19, 2016

You allow translation bu you juste translate the titre, not the content.
For me a template is not translated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants