Hello,
Did you find how to remove the incident in the ticket information (beside removing the package...)?
In advance, thank you for your response
Search found 68 matches
- 11 Aug 2014, 12:08
- Forum: Help
- Topic: REMOVE - Service Incident State
- Replies: 3
- Views: 2198
- 08 Aug 2014, 15:32
- Forum: Help
- Topic: Customer attachment refreshes the page
- Replies: 8
- Views: 3635
Re: Customer attachment refreshes the page
Yes I saw your post, but quite franckly, I didn't really understand what your code did... and your code was for a template.In my case, strangely, the value of the dynamic field doesn't change (still got what was written inside), but every fields appears.
- 08 Aug 2014, 15:17
- Forum: Help
- Topic: Customer attachment refreshes the page
- Replies: 8
- Views: 3635
Re: Customer attachment refreshes the page
it's seems the refresh occurs either at
Core.Form.Validate.DisableValidation($Form);
$Form.find('#AttachmentUpload').val('1').end().submit();
I tried to copy the code for hiding the dynamic fields in the function Attachment (having saved the serviceID before). But as you can imagine, it doesn't ...
Core.Form.Validate.DisableValidation($Form);
$Form.find('#AttachmentUpload').val('1').end().submit();
I tried to copy the code for hiding the dynamic fields in the function Attachment (having saved the serviceID before). But as you can imagine, it doesn't ...
- 08 Aug 2014, 11:43
- Forum: Help
- Topic: Customer attachment refreshes the page
- Replies: 8
- Views: 3635
Re: Customer attachment refreshes the page
The problem is not my code (I used this subject http://forums.otterhub.org/viewtopic.php?f=60&t=8032). I also tried global variable and cookies. Still doesn't work
The only difference with the agent interface is the header, and when I use the agent's header, nothing works anymore (can't event open ...
The only difference with the agent interface is the header, and when I use the agent's header, nothing works anymore (can't event open ...
- 08 Aug 2014, 11:21
- Forum: Help
- Topic: Customer attachment refreshes the page
- Replies: 8
- Views: 3635
Re: Customer attachment refreshes the page
Anyone please ?
- 06 Aug 2014, 11:22
- Forum: Help
- Topic: Customer attachment refreshes the page
- Replies: 8
- Views: 3635
Customer attachment refreshes the page
Hello,
I've been looking for a solution for a week now on how to disable the page refresh when a customer uploads an attachment.
I have some kind of ticket form where dynamic fields appear and disappear depending on the selected service (I can show you the (long) code for that). But as soon as the ...
I've been looking for a solution for a week now on how to disable the page refresh when a customer uploads an attachment.
I have some kind of ticket form where dynamic fields appear and disappear depending on the selected service (I can show you the (long) code for that). But as soon as the ...
- 30 Jul 2014, 09:03
- Forum: Help
- Topic: issue attachment upload or delete in New ticket create page
- Replies: 9
- Views: 3357
Re: issue attachment upload or delete in New ticket create p
Yes please post your solution, I'm facing kind of the same issue. When I upload an attachment, every dynamic fields appear whereas some should be hidden (you know, dynamic field based on service selection...)
- 28 Jul 2014, 16:18
- Forum: Help
- Topic: Impact and Criticality in ticket information
- Replies: 9
- Views: 4467
Re: Impact and Criticality in ticket information
Yes they are.
- 28 Jul 2014, 14:03
- Forum: Help
- Topic: Impact and Criticality in ticket information
- Replies: 9
- Views: 4467
Re: Impact and Criticality in ticket information
Even after a successful upgrade, the criticality and the impact won't show in the ticket information at the opening of a ticket. The only way to have them appear is to open "Additionnal ITSM Fields".
Did someone have the same issue ? How can I fix this ?
Did someone have the same issue ? How can I fix this ?
- 25 Jul 2014, 16:10
- Forum: Help
- Topic: [Solved] AJAX error after upgrade
- Replies: 22
- Views: 8232
Re: AJAX error after upgrade
I found it. Apparently a "space" wasn't encoded correctly.
Thank you for your help !
Thank you for your help !
- 25 Jul 2014, 15:56
- Forum: Help
- Topic: [Solved] AJAX error after upgrade
- Replies: 22
- Views: 8232
Re: AJAX error after upgrade
UPDATE :
I retry the upgrade (3.0.11 => 3.1.1).
the database seems to have migrated just fine. When connecting to the agent web interface and creating a ticket, everything works. But, when I change the default services for the customers, everything goes to hell, the Ajax error reappears ...
So, I'm ...
I retry the upgrade (3.0.11 => 3.1.1).
the database seems to have migrated just fine. When connecting to the agent web interface and creating a ticket, everything works. But, when I change the default services for the customers, everything goes to hell, the Ajax error reappears ...
So, I'm ...
- 25 Jul 2014, 14:28
- Forum: Help
- Topic: [Solved] AJAX error after upgrade
- Replies: 22
- Views: 8232
Re: AJAX error after upgrade
ok, thank you anyway.
i'll try to rebuild the database. Maybe something went wrong during the migration.
i'll try to rebuild the database. Maybe something went wrong during the migration.
- 25 Jul 2014, 09:09
- Forum: Help
- Topic: [Solved] AJAX error after upgrade
- Replies: 22
- Views: 8232
Re: AJAX error after upgrade
the freetds should have taken care of that.
# $Id: freetds.conf,v 1.12 2007/12/25 06:02:36 jklowden Exp $
#
# This file is installed by FreeTDS if no file by the same
# name is found in the installation directory.
#
# For information about the layout of this file and its settings,
# see the ...
# $Id: freetds.conf,v 1.12 2007/12/25 06:02:36 jklowden Exp $
#
# This file is installed by FreeTDS if no file by the same
# name is found in the installation directory.
#
# For information about the layout of this file and its settings,
# see the ...
- 24 Jul 2014, 17:22
- Forum: Help
- Topic: [Solved] AJAX error after upgrade
- Replies: 22
- Views: 8232
Re: AJAX error after upgrade
Here's the entire Config.pm file
# --
# Kernel/Config.pm - Config file for OTRS kernel
# Copyright (C) 2001-2010 xxx, http://otrs.org/
# --
# $Id: Config.pm.dist,v 1.23 2010/01/13 22:25:00 martin Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file ...
# --
# Kernel/Config.pm - Config file for OTRS kernel
# Copyright (C) 2001-2010 xxx, http://otrs.org/
# --
# $Id: Config.pm.dist,v 1.23 2010/01/13 22:25:00 martin Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file ...
- 24 Jul 2014, 17:16
- Forum: Help
- Topic: [Solved] AJAX error after upgrade
- Replies: 22
- Views: 8232
Re: AJAX error after upgrade
I don't understand, what do you call customer information ?...Why are you showing Customer information?
I get the Ajax error in both the customer and the agent interfaces ...
- 24 Jul 2014, 17:04
- Forum: Help
- Topic: [Solved] AJAX error after upgrade
- Replies: 22
- Views: 8232
Re: AJAX error after upgrade
Still got the Ajax error ... 
- 24 Jul 2014, 16:55
- Forum: Help
- Topic: [Solved] AJAX error after upgrade
- Replies: 22
- Views: 8232
Re: AJAX error after upgrade
the Database should be in encoded in utf-8 (obdc and freetds driver have the correct charset)
here's the code for the customer loggin
# CustomerUser1
# (customer user ldap backend and settings)
$Self->{CustomerUser} = {
Module => 'Kernel::System::CustomerUser::LDAP',
Params => {
# ldap host ...
here's the code for the customer loggin
# CustomerUser1
# (customer user ldap backend and settings)
$Self->{CustomerUser} = {
Module => 'Kernel::System::CustomerUser::LDAP',
Params => {
# ldap host ...
- 24 Jul 2014, 16:27
- Forum: Help
- Topic: [Solved] AJAX error after upgrade
- Replies: 22
- Views: 8232
Re: AJAX error after upgrade
Yes and that was the first log I posted
Thu Jul 24 16:26:19 2014] -e: Malformed UTF-8 character (unexpected non-continuation byte 0x3f, immediately after start byte 0xe2) in substitution iterator at /opt/otrs//Kernel/Output/HTML/Layout.pm line 722.
[Thu Jul 24 16:26:19 2014] -e: Malformed UTF-8 ...
Thu Jul 24 16:26:19 2014] -e: Malformed UTF-8 character (unexpected non-continuation byte 0x3f, immediately after start byte 0xe2) in substitution iterator at /opt/otrs//Kernel/Output/HTML/Layout.pm line 722.
[Thu Jul 24 16:26:19 2014] -e: Malformed UTF-8 ...
- 24 Jul 2014, 16:09
- Forum: Help
- Topic: [Solved] AJAX error after upgrade
- Replies: 22
- Views: 8232
Re: AJAX error after upgrade
then no, we used the standard ones which have been upgraded as well.
Here's what Firefox Web console shows when the ajax error appears
POST http://xxxx.xxxx.com/otrs/customer.pl [HTTP/1.0 500 Internal Server Error 90ms]
I still don't know where that is coming from.
Every thing else seems fine ...
Here's what Firefox Web console shows when the ajax error appears
POST http://xxxx.xxxx.com/otrs/customer.pl [HTTP/1.0 500 Internal Server Error 90ms]
I still don't know where that is coming from.
Every thing else seems fine ...
- 24 Jul 2014, 14:56
- Forum: Help
- Topic: [Solved] AJAX error after upgrade
- Replies: 22
- Views: 8232
Re: AJAX error after upgrade
I don't think so, I didn't copy the the "httpd" file in var.
I followed the manual and only reused Config.pm, GenericAgent.pm, ZZZAAUTO.pm and the log file in "var".
How can I see if it is the good custom themes ?
I followed the manual and only reused Config.pm, GenericAgent.pm, ZZZAAUTO.pm and the log file in "var".
How can I see if it is the good custom themes ?
- 24 Jul 2014, 12:31
- Forum: Help
- Topic: [Solved] AJAX error after upgrade
- Replies: 22
- Views: 8232
[Solved] AJAX error after upgrade
After upgrading to 3.3.1 (Ubuntu server 12.04 and MSSQL 2012), I have an error when creating a ticket. Every time I want to select either the queue, the type, the service I get an error message : Error during AJAX communication. Status: error, Error: Internal Server Error
Apache error.log says ...
Apache error.log says ...
- 21 Jul 2014, 14:13
- Forum: Help
- Topic: Impact and Criticality in ticket information
- Replies: 9
- Views: 4467
Re: Impact and Criticality in ticket information
Yes of course. I didn't really have a choice at that time since the packages didn't work without the upgrade. But I'll have to admit that it wasn't an easy task to upgrade them since it failed most the time. I think I use the "reinstall" part of the script for some.
- 21 Jul 2014, 13:54
- Forum: Help
- Topic: Criticality problem after upgrade
- Replies: 11
- Views: 4525
Re: Criticality problem after upgrade
What do you mean by "upgrade again" ? Upgrading to version 3.3.x or redo the uprade from 3.2 to 3.3 ? (I'm also starting to think that the first upgrade from 3.0 to 3.2 wasn't successful either...)
- 21 Jul 2014, 13:31
- Forum: Help
- Topic: Impact and Criticality in ticket information
- Replies: 9
- Views: 4467
Re: Impact and Criticality in ticket information
There are no such thing in 3.2.16 (unless I had a problem since the beginning with the version 3.2.16... In that case I guess I'll have to redo everything.)
Every thing else seems to be working just fine
Every thing else seems to be working just fine
- 21 Jul 2014, 13:29
- Forum: Help
- Topic: Criticality problem after upgrade
- Replies: 11
- Views: 4525
Re: Criticality problem after upgrade
Well I followed this manual http://otrs.github.io/doc/manual/admin/3.3/en/html/upgrading.html
So I guess there was a problem during the migration of the database...
Do I have to delete the column "CriticalityID" ?
Even with the dynamic field, the impact and the criticality still don't show in the ...
So I guess there was a problem during the migration of the database...
Do I have to delete the column "CriticalityID" ?
Even with the dynamic field, the impact and the criticality still don't show in the ...
- 21 Jul 2014, 12:46
- Forum: Help
- Topic: Criticality problem after upgrade
- Replies: 11
- Views: 4525
Re: Criticality problem after upgrade
I guess I have to change some things in my database ...[unixODBC][FreeTDS][SQL Server]Cannot insert the value NULL into column 'criticality_id', table 'otrs_dev.dbo.cip_allocate'; column does not allow nulls. INSERT fails. (SQL-23000) [state was 23000 now 01000
- 21 Jul 2014, 12:40
- Forum: Help
- Topic: Impact and Criticality in ticket information
- Replies: 9
- Views: 4467
Re: Impact and Criticality in ticket information
It is not the same issue.
The criticality works just fine on 3.2.16 and still won't be showed in the ticket information when an agent open the ticket.
The criticality works just fine on 3.2.16 and still won't be showed in the ticket information when an agent open the ticket.
- 21 Jul 2014, 12:24
- Forum: Help
- Topic: Criticality problem after upgrade
- Replies: 11
- Views: 4525
Re: Criticality problem after upgrade
Now I cannot modify the matrix Criticality <-> Impact <-> Priority.
Every time I want to submit, every thing is set to "1High"...
Every time I want to submit, every thing is set to "1High"...
- 21 Jul 2014, 12:05
- Forum: Help
- Topic: Criticality problem after upgrade
- Replies: 11
- Views: 4525
Re: Criticality problem after upgrade
This dynamic field apparently wasn't created...
So I created it... Unfortunately for me I now have to re enter the criticality for every service... So 250 services to go...
So I created it... Unfortunately for me I now have to re enter the criticality for every service... So 250 services to go...
- 21 Jul 2014, 11:42
- Forum: Help
- Topic: Criticality problem after upgrade
- Replies: 11
- Views: 4525
Re: Criticality problem after upgrade
All the criticalityId took "163" as a value and a I have a new column "Criticality" where all values are "NULL" in the database (table service). So I guess there is a problem with the migration script for the database...
But I don't know where to find this ITSM dynamic field
But I don't know where to find this ITSM dynamic field
- 21 Jul 2014, 10:46
- Forum: Help
- Topic: Criticality problem after upgrade
- Replies: 11
- Views: 4525
Criticality problem after upgrade
Hello,
I'm having a big issue. I upgraded OTRS 3.2.16 to 3.3.1. Everything seemed to be well until I found that every service had lost its criticality. And what's worst is that I cannot set it anymore !
Services - Admin - OTRS ITSM 3.3.1 - Mozilla Firefox.jpg
What happened ?? And more ...
I'm having a big issue. I upgraded OTRS 3.2.16 to 3.3.1. Everything seemed to be well until I found that every service had lost its criticality. And what's worst is that I cannot set it anymore !
Services - Admin - OTRS ITSM 3.3.1 - Mozilla Firefox.jpg
What happened ?? And more ...
- 21 Jul 2014, 10:18
- Forum: Help
- Topic: Impact and Criticality in ticket information
- Replies: 9
- Views: 4467
Impact and Criticality in ticket information
Hello,
I'm a bit confused. We're currently using OTRS 3.0.11 and developing OTRS 3.2.16 and 3.3.1. In version 3.0.11, when an agent open a ticket, they can see the impact and the criticality in the ticket information but in the upper versions, it seems there is some kind of bug. The labels for the ...
I'm a bit confused. We're currently using OTRS 3.0.11 and developing OTRS 3.2.16 and 3.3.1. In version 3.0.11, when an agent open a ticket, they can see the impact and the criticality in the ticket information but in the upper versions, it seems there is some kind of bug. The labels for the ...
- 16 Jul 2014, 15:37
- Forum: Help
- Topic: Service Display
- Replies: 22
- Views: 5825
Re: Service Display
That doesn't work either. But since I am far from being an expert in perl language, I first thought I didn't code it write (you know, big language mistake...)
- 16 Jul 2014, 14:30
- Forum: Help
- Topic: Service Display
- Replies: 22
- Views: 5825
Re: Service Display
error log for Apache
line 7101 of Ticket.pm[Wed Jul 16 14:17:42 2014] [error] Not an ARRAY reference at /opt/otrs//Kernel/System/Ticket.pm line 7101.\n
Code: Select all
for my $Item ( @{ $Step{$PropertiesHash}->{$Key}->{$Data} } ) { - 16 Jul 2014, 14:18
- Forum: Help
- Topic: Service Display
- Replies: 22
- Views: 5825
Re: Service Display
Yes I know, I'm developing 3.2.16 on Linux Server with MS SQL database.
here is the apache log XXX.XX.XX.XX - - [16/Jul/2014:14:17:42 +0200] "GET /otrs/customer.pl?Action=CustomerTicketMessage HTTP/1.1" 500 647 "http://xxxxxxxx.xxxxxxxx.com/otrs/customer.pl?Action=CustomerTicketZoom;TicketID=48553 ...
here is the apache log XXX.XX.XX.XX - - [16/Jul/2014:14:17:42 +0200] "GET /otrs/customer.pl?Action=CustomerTicketMessage HTTP/1.1" 500 647 "http://xxxxxxxx.xxxxxxxx.com/otrs/customer.pl?Action=CustomerTicketZoom;TicketID=48553 ...
- 16 Jul 2014, 14:02
- Forum: Help
- Topic: Service Display
- Replies: 22
- Views: 5825
Re: Service Display
Unfortunately, it does not come from here... (I corrected it).
After reloading the config (and deleting cache and reloading the apache server), I can't access the ticket creation page.
Here's what happend :
Internal Server Error
The server encountered an internal error or misconfiguration and was ...
After reloading the config (and deleting cache and reloading the apache server), I can't access the ticket creation page.
Here's what happend :
Internal Server Error
The server encountered an internal error or misconfiguration and was ...
- 16 Jul 2014, 10:59
- Forum: Help
- Topic: Service Display
- Replies: 22
- Views: 5825
Re: Service Display
I can't seem to make it work. Here's my code (for the "big" categories at least)
# Selecting Generic Services
$Self->{TicketAcl}->{'ACL-Customer-Gen'} = {
Properties => {
Frontend => {
Action => ['CustomerTicketMessage'],
},
Ticket => {
Service => {
ServiceID => ['79 ...
# Selecting Generic Services
$Self->{TicketAcl}->{'ACL-Customer-Gen'} = {
Properties => {
Frontend => {
Action => ['CustomerTicketMessage'],
},
Ticket => {
Service => {
ServiceID => ['79 ...
- 15 Jul 2014, 16:37
- Forum: Help
- Topic: Service Display
- Replies: 22
- Views: 5825
Re: Service Display
I got that part for ACL, what is really important is the other information of the service ie, the criticality. So if I create the ACL, every chosen service will have its information from the database ? But I'll have to add every single service by hand in the config file ?
(If I have the time, I'll ...
(If I have the time, I'll ...
- 15 Jul 2014, 16:15
- Forum: Help
- Topic: Service Display
- Replies: 22
- Views: 5825
Re: Service Display
I'm developing version 3.2.16 (3.0.11 is still in production and in a month I'm supposed to put the latest version in production and end the previous one).
Concerning the migration, I cannot find the script to migrate from 3.2 to 3.3.
If I use the ACL, when the user just chose "Gen" ("mother of ...
Concerning the migration, I cannot find the script to migrate from 3.2 to 3.3.
If I use the ACL, when the user just chose "Gen" ("mother of ...
- 15 Jul 2014, 15:54
- Forum: Help
- Topic: Service Display
- Replies: 22
- Views: 5825
Re: Service Display
I would have loved to install the latest version but unfortunately I cannot find the migration scripts for Mircrosoft SQL 2012....
We don't want to use the ACL (they are "basic" users, so they're not really fond of computers and all...)
We don't want to use the ACL (they are "basic" users, so they're not really fond of computers and all...)
- 15 Jul 2014, 15:19
- Forum: Help
- Topic: Service Display
- Replies: 22
- Views: 5825
Re: Service Display
I know, but I still have more than 200 services to chose from
An example of a service : Gen::Communication::Emails:with External contact (that makes a big service "Gen", a sub-service "Communication", another sub-service "Emails" and the last sub service "with External contact"). So I have this but ...
An example of a service : Gen::Communication::Emails:with External contact (that makes a big service "Gen", a sub-service "Communication", another sub-service "Emails" and the last sub service "with External contact"). So I have this but ...
- 15 Jul 2014, 15:08
- Forum: Help
- Topic: Service Display
- Replies: 22
- Views: 5825
Service Display
Hello,
I'm facing a quite an issue. We have around 200 services (from basic services such as "writting an email" to specific business services). As you can imagine we cannot let our users (ie "customers" for OTRS) chose between 200 services. And before someone tells me "activate the queue for the ...
I'm facing a quite an issue. We have around 200 services (from basic services such as "writting an email" to specific business services). As you can imagine we cannot let our users (ie "customers" for OTRS) chose between 200 services. And before someone tells me "activate the queue for the ...
- 28 May 2014, 13:52
- Forum: Help
- Topic: After Upgrading 3.0.11 to 3.1.1
- Replies: 3
- Views: 2470
Re: After Upgrading 3.0.11 to 3.1.1
Hello, I'm having the same issue but I can't find where the problem comes from.
How did you do it ?
How did you do it ?
- 22 May 2014, 09:01
- Forum: Help
- Topic: [SOLVED] Hide several Dynamic Fields based on ServiceID
- Replies: 18
- Views: 5915
Re: Hide several Dynamic Fields based on ServiceID
I managed to make it work, the dynamic fields are different when you chose some services. I still have 3 issues :
1- When I change the service after having selecting one, I don't have the good dynamic fields
2- I can't find how to add the linked object in a dropdown. For exemple, my service is ...
1- When I change the service after having selecting one, I don't have the good dynamic fields
2- I can't find how to add the linked object in a dropdown. For exemple, my service is ...
- 19 May 2014, 15:16
- Forum: Help
- Topic: [SOLVED] Hide several Dynamic Fields based on ServiceID
- Replies: 18
- Views: 5915
Re: Hide several Dynamic Fields based on ServiceID
CustomerTicketMessage.dtl For the ticket creation from customer page(hope it is what you were talking about.)
# --
# CustomerTicketMessage.dtl - provides HTML form for customer message
# Copyright (C) 2001-2013 xxx, http://otrs.com/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For ...
# --
# CustomerTicketMessage.dtl - provides HTML form for customer message
# Copyright (C) 2001-2013 xxx, http://otrs.com/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For ...
- 19 May 2014, 15:11
- Forum: Help
- Topic: [SOLVED] Hide several Dynamic Fields based on ServiceID
- Replies: 18
- Views: 5915
Re: Hide several Dynamic Fields based on ServiceID
It seems I don't have jquery-1.10.0
This is what I have in var/httpd/htdocs/js/thirdparty/
ckeditor-4.0 ckeditor-patches flot-0.7 jquery-1.6.4 jquery-pubsub jquery-tablesorter-2.0.5 jquery-ui-1.8.21 jquery-validate-1.10 json jsplumb-1.4.2 qunit-1.11.0 stacktrace-0.4
Could it be what is causing ...
This is what I have in var/httpd/htdocs/js/thirdparty/
ckeditor-4.0 ckeditor-patches flot-0.7 jquery-1.6.4 jquery-pubsub jquery-tablesorter-2.0.5 jquery-ui-1.8.21 jquery-validate-1.10 json jsplumb-1.4.2 qunit-1.11.0 stacktrace-0.4
Could it be what is causing ...
- 19 May 2014, 13:53
- Forum: Help
- Topic: [SOLVED] Hide several Dynamic Fields based on ServiceID
- Replies: 18
- Views: 5915
Re: Hide several Dynamic Fields based on ServiceID
I ran otrs.DeleteCache.pl more times than I can count, and still, those errors stay. Also tried otrs.RebuildConfig.pl, just in case.
- 19 May 2014, 13:43
- Forum: Help
- Topic: [SOLVED] Hide several Dynamic Fields based on ServiceID
- Replies: 18
- Views: 5915
Re: Hide several Dynamic Fields based on ServiceID
There is error in OTRS log, I didn't say there wasn't any error on web page. Firefox's Web Consol :
SyntaxError: illegal character customer.pl:486
Use of getPreventDefault() is deprecated. Use defaultPrevented instead. CommonJS_95bdc70a1bb2d439c1a052888da61a79.js:3
knowing that customer.pl has ...
SyntaxError: illegal character customer.pl:486
Use of getPreventDefault() is deprecated. Use defaultPrevented instead. CommonJS_95bdc70a1bb2d439c1a052888da61a79.js:3
knowing that customer.pl has ...
- 19 May 2014, 11:58
- Forum: Help
- Topic: [SOLVED] Hide several Dynamic Fields based on ServiceID
- Replies: 18
- Views: 5915
Re: Hide several Dynamic Fields based on ServiceID
Hello,
I finally managed to upgrade OTRS to version 3.2.16 (we'll see later for version 3.3...), but my code still doesn't work and I have got no errors in the OTRS log file.
Could someone help me find what's the problem ?
I finally managed to upgrade OTRS to version 3.2.16 (we'll see later for version 3.3...), but my code still doesn't work and I have got no errors in the OTRS log file.
Could someone help me find what's the problem ?
- 16 May 2014, 14:17
- Forum: Help
- Topic: [SOLVED] Hide several Dynamic Fields based on ServiceID
- Replies: 18
- Views: 5915
Re: Hide several Dynamic Fields based on ServiceID
I'm sorry I totally forgot to precise that I was testing (well actually putting in place) OTRS 3.2.9.