You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've identified an issue in the Webmail UI for filters where the folder does not update in the View Filters folder dropdown - although the setting is properly set - whether by the Wildduck API or via the GUI, doesn't matter.
Could this be looked at and resolved kindly please? Thank you!
The text was updated successfully, but these errors were encountered:
I'm not able to reproduce it, and the folder is always correctly selected. Are there any special conditions with your filter? Or might you have a browser plugin that interferes with the dropdown?
So weird - I can definitely confirm that on 2 different browsers the issue persist on my end @andris9. And with filters created manually and those created via API - same issue. Maybe its an issue with my server instance - no way of telling unless I build another server.
If you check the source of the HTML page, can you find the folder entry in the dropdown select tag and is the ID of the folder option the same as in the filter entry?
K here is interesting fact - thank you leading me there. In the MongoDB database (hosted in Atlas) the filter entry has the mailbox saved in the ObjectId format (not just text string) of the mailbox ID. Funny thing is I didn't put it there. I used the UI to create the filter. When I manually changed the mailbox ID to just the string - it worked fine. So did something change that forces the mailbox entry to use the ObjectId('") format? Again I used both the UI and API method and they both saved it that way - so I'm guessing that's the default. Using version 1.0.1(master) of webmail from Github.
Does this extra information provide the clarity needed here sir @andris9 ?
I've identified an issue in the Webmail UI for filters where the folder does not update in the View Filters folder dropdown - although the setting is properly set - whether by the Wildduck API or via the GUI, doesn't matter.
Could this be looked at and resolved kindly please? Thank you!
The text was updated successfully, but these errors were encountered: