iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi all,
using the WebScheduler it is possible to create an event for an unselected resource. The new event is visualized despite the resource is not selected. This is little bit confusing, may be would be better to create the event and make it invisible, or allow creation of event only for selected resources.
I'd like to have your opinion about that.
Regards,
Vince.
Based on my discussion with the developer, this issue is considered as a bug. A bug report has been submitted to the developer. The proposed fix is to still allow the event with the unselected resource to be created, however the event will not be shown in the WebScheduler view.
Our analysis also show that this issue only occurs in the Day and Week view.
The fix is scheduled for the next hotfix of WebScheduler.
Such behavior also occur in our test, I have create a note to discuss this issue further with the developer regarding the expected behavior under such condition.
In the mean time, if you would like the newly created event for unselected resource to be hidden after an add operation, you coud invoke the refresh method during OnAfterAdd WebScheduler client side event:
function WebScheduler1_OnAfterAdd(ctrlId){ setTimeout(function() { var sched = ISGetObject(ctrlId); sched.Refresh(); }, 500);}
Hi Glenn,
thanks for the answers.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname