Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Ticket issuer field
 
Notifications
Clear all

Ticket issuer field

5 Posts
2 Users
0 Reactions
3,748 Views
Evgueni Kolossov
(@ekolossov)
Posts: 566
Contributor
Topic starter
 
[#891]

Hi,
Looking like now (v.3.1) the ticket 'issuer' field is not possible to change.
More details - it is now displaying the current user who logged in!!! When another user looking at it, he will see his name...
And it is the same for Questions


 
Posted : 16 Jan 2013 15H56
(@babynus)
Posts: 14952
Member Admin
 

1) it's possible to change issuer from Ticket view.
It's not from Ticket Simple view : it's normal, it's designed this way.

2) Issuer replaced by current user : is't a bug.
Recorded as Ticket #958


 
Posted : 16 Jan 2013 17H07
Evgueni Kolossov
(@ekolossov)
Posts: 566
Contributor
Topic starter
 

so, it is not possible to change because it will show current user all the time!


 
Posted : 16 Jan 2013 17H15
(@babynus)
Posts: 14952
Member Admin
 

no, you can change it. List will reflect correct updated value.
But yes, it will be overwritten on next update...


 
Posted : 16 Jan 2013 17H38
(@babynus)
Posts: 14952
Member Admin
 

Fixed.

Fix is : replace in /model/persistence/SqlElement.pp line 1476

    if (property_exists($this, 'idUser') and get_class($this)!='Affectation') {

with

    if ($empty and property_exists($this, 'idUser') and get_class($this)!='Affectation') {

Will be deployed in V3.1.1.


 
Posted : 17 Jan 2013 1H13
Share:

Scroll to Top