Title says it all ... wondering why there is not option to set the note type (internal, external or report) on that ViewMove page ?!
Is there a workaround in the configuration or does this tweak has to be done in the code ?!
I can understand the logic behind only allowing internal-note to the MovePage but in our case we want the Customer to see it all ... risky but intentional ;o)
Frontend::Agent::Ticket::ViewMove Vs external-note [SOLVED]
Moderator: crythias
-
- Znuny advanced
- Posts: 119
- Joined: 12 Jan 2011, 22:35
- Znuny Version: 4.x.x.x.x
- Company: Self-Employed
Frontend::Agent::Ticket::ViewMove Vs external-note [SOLVED]
Last edited by SLESSARD on 20 Jun 2011, 15:55, edited 2 times in total.
OTRS 4.0.11
Ubuntu 15.04
MySQL Database, PHP5, Apache (LAMP server bundle)
Ubuntu 15.04
MySQL Database, PHP5, Apache (LAMP server bundle)
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Frontend::Agent::Ticket::ViewMove Vs external-note
Because in general, the Queues are for the Agent's benefit, not the customer's. As in: for this queue, what type of agent (who) can handle this ticket request?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny advanced
- Posts: 119
- Joined: 12 Jan 2011, 22:35
- Znuny Version: 4.x.x.x.x
- Company: Self-Employed
Re: Frontend::Agent::Ticket::ViewMove Vs external-note
Sounds good!! that's what I figured!! ;o)
So we will look at the code to see what can be done
So we will look at the code to see what can be done
OTRS 4.0.11
Ubuntu 15.04
MySQL Database, PHP5, Apache (LAMP server bundle)
Ubuntu 15.04
MySQL Database, PHP5, Apache (LAMP server bundle)
-
- Znuny advanced
- Posts: 119
- Joined: 12 Jan 2011, 22:35
- Znuny Version: 4.x.x.x.x
- Company: Self-Employed
Re: Frontend::Agent::Ticket::ViewMove Vs external-note
AgentTicketMove.pm
line 678 ArticleType => 'note-internal',
Change to note-external changes the behavior
line 678 ArticleType => 'note-internal',
Change to note-external changes the behavior
OTRS 4.0.11
Ubuntu 15.04
MySQL Database, PHP5, Apache (LAMP server bundle)
Ubuntu 15.04
MySQL Database, PHP5, Apache (LAMP server bundle)