简体   繁体   English

DefaultWorkforceTimesheetService返回不可修改的列表

[英]DefaultWorkforceTimesheetService returns unmodifiable list

With SDK version 2.4.2 the DefaultWorkforceTimesheetService returns an unmodifiable List when calling method getAllTimeSheetEntry(). 使用SDK版本2.4.2时,DefaultWorkforceTimesheetService在调用方法getAllTimeSheetEntry()时返回不可修改的List。 This makes all further actions on the list impossible (sorting, removal of unneeded entries). 这使得列表上的所有进一步操作都不可能(排序,删除不需要的条目)。 With version 2.3.1 the returned list is modifiable. 使用版本2.3.1,返回的列表是可修改的。 Is there a reason for this? 是否有一个原因?

This is not an intended change. 这不是预期的改变。 The next release of the SDK should contain a fix. SDK的下一个版本应该包含一个修复程序。 Thanks for noticing! 感谢您的注意!

Update: Version 2.7.0 has been released and should fix this issue. 更新:版本2.7.0已发布,应该可以解决此问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM