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

Wrong background color for ticket creation links in light mode #5144

Closed
rolfschmidt opened this issue Apr 23, 2024 · 0 comments
Closed

Wrong background color for ticket creation links in light mode #5144

rolfschmidt opened this issue Apr 23, 2024 · 0 comments

Comments

@rolfschmidt
Copy link
Collaborator

Used Zammad Version

6.3

Environment

  • Installation method: [e.g. source, package]
  • Operating system (if you're unsure: cat /etc/os-release ): [e.g. debian 10.4, ubuntu 20.04]
  • Database + version: [e.g. postgresql 9.3, mysql 5.7, mariadb 10.3]
  • Elasticsearch version: [e.g. 7.17]
  • Browser + version: [e.g. chrome 83, safari 14, firefox 105]

Actual behaviour

image

Expected behaviour

Links should be readable

Steps to reproduce the behaviour

diff --git a/app/assets/javascripts/app/controllers/agent_ticket_create.coffee b/app/assets/javascripts/app/controllers/agent_ticket_create.coffee
index 133e7e51a9..d728ab8520 100644
--- a/app/assets/javascripts/app/controllers/agent_ticket_create.coffee
+++ b/app/assets/javascripts/app/controllers/agent_ticket_create.coffee
@@ -850,3 +850,4 @@ App.Config.set('ticket/create/id/:id/:ticket_id/:article_id', Router, 'Routes')

 # set new actions
 App.Config.set('TicketCreate', { prio: 8003, parent: '#new', name: __('New Ticket'), translate: true, target: '#ticket/create', permission: ['ticket.agent'], divider: true }, 'NavBarRight')
+App.Config.set('TicketCreate222', { prio: 8004, parent: '#new', name: __('New Ticket 2'), translate: true, target: '#ticket/create', permission: ['ticket.agent'], divider: true }, 'NavBarRight')

Support Ticket

Ticket#10154136

I'm sure this is a bug and no feature request or a general question.

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants