How to mask form inputs
Hi @xMikuzoo , not sure if that plugin is compatible with the zammad core. Sounds like a big task. Alternatively I only could think about some manual checks via JS and you could also think about a...
View ArticleAttachments in form
Hi @Caufland , I think the issue with your questions are that you are posting very big code snippets which are incomplete and not testable. If you need help you should try to break down your code in a...
View ArticleChannel.create Syntax changed?
ActiveRecord::RecordInvalid: Validation failed: The provided email account is already in use. from /opt/zammad/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.4/lib/active_record/validations.rb:80:in...
View ArticleAttachments in form
Thanks for the answer, next time I will try to improve as to the construction of my questions. I have a question about the uploadCache controller because I don’t see in the code that it has anywhere...
View ArticleAttachments in form
The upload cache controller uses the UploadCache: zammad/app/controllers/upload_caches_controller.rb at 45c9b70f98e952ec8d9dc93009c3ff4fac5468d3 · zammad/zammad · GitHub...
View ArticleAttachments in form
Thanks, everything is correct. And I have one more problem I’m trying to add a preview as the user has in the left menu and I was able to do it only after unviewing the page the preview keeps loading...
View ArticleAttachments in form
class App.AssetOverview extends App.Controller @requiredPermission: ['ticket.agent', 'admin.user'] constructor: (params) -> super App.Asset.full(@asset_id, @render) meta: => meta = url: @url()...
View ArticleZammad with docker met mobole lost connect
I try to understand the doc, but it is also confuesd me about the proxy ; I am new for deploying zammad
View ArticleOverview not reshing since last update
Short feedback: after the last update it works perfectly all users are happy again! Thank you very much!
View ArticleChannel.create Syntax changed?
This validation you’re faced with is from April 5th, 2024. Why are you setting inbound with the null adapter and empty options?
View ArticleChannel.create Syntax changed?
fliebe92: Why are you setting inbound with an invalid adapter and empty options? Because it’s a documented use case that I documented years ago with input from Martin (who also said it’s illegal this...
View ArticleChannel.create Syntax changed?
Haha, ok. No idea right now, maybe the validation is not prepared for such a case.
View ArticleChannel.create Syntax changed?
the input is compelty via api call, we send our mails to sendgrid inbound parse - have an AI run over it to extract some part into zammad custom fields, and thus the actual ticket is added with an API...
View ArticleChannel.create Syntax changed?
The ssl attribute no longer exists. There’s a new ssl_verify attribute which allows you to verify the SSL connection by using true. Talking about SMTP outgoing here. cYzzie: then i could just inject...
View ArticleChannel.create Syntax changed?
thanks, Can you give me an updated example? Do i have any work around so i can create a channel that does not fetch mail from anywhere for the time being?
View ArticleChannel.create Syntax changed?
No offense, but please use your code and replace stuff like I suggested. If things don’t work then, provide error messages.
View ArticleHow to add task in taskbar
Hi I am trying to add a preview of my data in the taskabar on the left hand side I managed to do it however after refreshing the page I cannot access this tab it keeps loading....
View ArticleChannel.create Syntax changed?
ActiveRecord::RecordInvalid: Validation failed: The provided email account is already in use. from /opt/zammad/vendor/bundle/ruby/3.2.0/gems/activerecord-7.0.8.4/lib/active_record/validations.rb:80:in...
View ArticleSSO with Shibboleth not working
I’m using 6.3.1, and Shibboleth 3.4.1 over nginx 1.22. I’ve protected the /auth/sso URL and configured the Settings → Security → Third party application → SAML apt. It seems to work, except that when...
View ArticleSSO with Shibboleth not working
You may want to use the correct endpoint. It is not sso but saml. Or you just use the existing button in Zammad instead of manual fiddling your way around.
View Article