Forum

Custom Form Fields ...
 
Notifications
Clear all

Custom Form Fields not editable v1.14.2

10 Posts
5 Users
0 Reactions
28 Views
Posts: 3
 EODC
Topic starter
(@eodc)
Member
Joined: 6 years ago

Hi,

I'm running osTicket Awesome v1.14.2 with PHP 7.2.31.

We have some two additional fields on our default tickets.
One type with type "Short Answer" and one with type "Choices".

After updating from v1.14.1, these fields are no longer editable.
The URL changes to https://support.***.eu/scp/tickets.php?id=917#tickets/917/field/50/edit  however no prompt to edit the field is displayed.

I've confirmed this doesn't affect the same installation with v1.14.2 without osTicketAwesome.

Could you confirm this, or is there any further details I can provide to help resolve this?


9 Replies
Posts: 26
(@nicholasjansen)
Member
Joined: 6 years ago

I have the same problem but it looks like they have not even looked into the issue for you?

It seems to be an issue with all custom fields


Reply
Posts: 3
 EODC
Topic starter
(@eodc)
Member
Joined: 6 years ago

Haven't had any progress or update yet.

As a work around, we are using the edit ticket option, and altering the fields there but it's not ideal.


Reply
Posts: 1177
Admin
(@stevland)
Member
Joined: 2 months ago

Hi guys, sorry for the late reply.

This will be fixed in the next release.

For now, please open /include/staff/ticket-view.inc.php in a text editor and change line 1000 from

<a class="inline-edit" data-placement="bottom" data-toggle="tooltip" title="<?php echo __('Update'); ?>"

to

<a class="ticket-action inline-edit" data-placement="bottom" data-toggle="tooltip" title="<?php echo __('Update'); ?>"


Reply
Posts: 3
 EODC
Topic starter
(@eodc)
Member
Joined: 6 years ago

A big thanks for the interim fix!


Reply
Page 1 / 3
Share: