#5604 - Tickets language is hardcoded
| Identifier | #5604 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | Tickets language is hardcoded |
| Status | Closed (no changes needed) |
| Handling member | Deleted |
| Version | 10.0.45 |
| Addon | tickets |
| Description | Searching for the text on the tickets page returns zero results in Admin Zone
Using the translate/rephrase option from the footer dropdown doesn't show the text Changing the text in tickets.ini has no effect |
| Steps to reproduce | |
| Additional information | You are starting a new support ticket. Support tickets allow you to post private requests to our support staff.
Please try to make your ticket focus on a single issue – you can open as many as you like, and we'll be able to respond faster to individual tickets. Include any details that will be necessary for us to handle your request, such as system information, sample data, or any pertinent access details we would need. We will respond as quickly as possible. |
| Related to | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
Setup > Configuration > Message Options > Support Tickets.
I'll have to look into that.
Now that I think of it, this is probably not ideal. I might make an issue for v11... for every config option, if its value matches default, then blank the saved value out so it always reads in the default value instead (ideal for dynamically adjusting config options left to their default values when/if the default values change).
v11... for every config option, if its value matches default, then blank the
saved value out so it always reads in the default value instead (ideal for
dynamically adjusting config options left to their default values when/if the
default values change)."
It would need doing carefully. IIRC We have a field c_set, so you could set c_set=0 if it is just the same as the default. The actual value would still be copied in to the table as cached. You'd then need a new function that clears out cached values (values where c_set=0). You'd call that when lang files are edited.