distribution list b…
 
Notifications
Clear all

distribution list bug

2 Posts
2 Users
0 Reactions
2,399 Views
0
Topic starter

there seems to be a bug in the distribution modification. If I create a distribution and add in the members. it works fine. Then say I go back in and try to remove a user, it removes from exchange but it doesn’t remove from cloud panel. Cloud panel doesn’t reflect the change.

2 Answers
0

There is a bug with the GUI on IE11 only that I know of. Looking at the console it will show an error when you click remove on a user

0

If you want to fix this yourself for now:

https://github.com/KnowMoreIT/CloudPanel/commit/75199ccc9b0816d3a3d3085200cf8b3408492263

You will see at the bottom it now says $(item).remove();. You can open the groups_edit.cshtml file under CloudPanel/Views/Company/Exchange/ in notepad or something and change:

item.remove() to $(item).remove() under the RemoveItem method at the bottom

Share: