Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lens Richtext value is loaded into ticket body richtext area on AJAXUpdate in AgentTicketPhone #3815

Open
stefanhaerter opened this issue Sep 24, 2024 · 0 comments
Labels
bug Something isn't working as intended
Milestone

Comments

@stefanhaerter
Copy link
Contributor

Prerequisites

  1. Usual stuff needed for ticket creation:
    • CustomerUser
    • CustomerCompany (depending if CustomerCompanySupport is enabled)
    • Queue(s)
    • State(s)
    • Type(s) (depending if TicketType is enabled)
    • ...
  2. DF RichText, Config:
    • ObjectType: Ticket
    • DefaultValue: 'CDEF' # optional
  3. DF Reference, Config:
    • ObjectType: Ticket
    • ReferencedObjectType: Ticket
    • EditFieldMode: Dropdown
    • PossibleNone: 1 # optional
  4. DF Lens, Config:
    • ObjectType: Ticket
    • ReferenceDF: (2)
    • AttributeDF: (1)
  5. Display all three fields in AgentTicketPhone, either via DynamicFieldScreens or Ticketmask definition

Steps to reproduce

  1. Create a ticket and do not set a value for DF RichText (1)
  2. Create a ticket and do set a value for DF RichText (1)
  3. Navigate to AgentTicketPhone
  4. Select ticket (1) in DF Reference
    • DF Lens RichText is empty
    • Body is empty
  5. Select ticket (2) in DF Reference
    • DF Lens RichText is empty
    • DF RichText value for ticket (2) is inserted in body RichText

Side note

The effect can also be observed when putting text in the body RichText - it simply gets overwritten.

@stefanhaerter stefanhaerter added the bug Something isn't working as intended label Sep 24, 2024
@stefanhaerter stefanhaerter added this to the OTOBO 11.0.6 milestone Sep 24, 2024
@svenoe svenoe modified the milestones: OTOBO 11.0.6, OTOBO 11.0.7 Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended
Projects
None yet
Development

No branches or pull requests

2 participants