Skip to content

Conversation

@kkhelifa-opendsi
Copy link
Contributor

Fix bug select columns and acces to the public ticket list from the public ticket card (case when we have connected to another client before, the track id stocked in session overwrite the new track id from the public ticket card)

…the public ticket card (case when we have connected to another client before, the track id stocked in session overwrite the new track id from the public ticket card)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok for me, use case is:

  • dolibarr as a public ticket system
  • customer have 2 companies and open one ticket on each thirdparty
  • first link is send by email : he can clic and read it no problem, then he can clic on list
  • second link is send by email : he can read it no problem but link back to list is a fail -> view @lvessiller-opendsi screenshot

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

foreach ($extrafields->attributes[$object->table_element]['label'] as $key => $val) {
if ($extrafields->attributes[$object->table_element]['type'][$key] != 'separate') {
$enabled = abs(dol_eval($extrafields->attributes[$object->table_element]['list'][$key], 1, 1, 0));
$enabled = abs((int) dol_eval($extrafields->attributes[$object->table_element]['list'][$key], 1, 1, 0));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok for me, same solution in develop

@eldy eldy merged commit eaa31ed into Dolibarr:18.0 Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Issue for v18 maintenance Team PR is in a maintenance branch with several approvers. Waiting approval of all of them.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants