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
The back-end currently allows api/folder/getWithChildren to be called with an array of folder VOs. It is not clear whether this ability is important in web-app, however it does not appear to used in practice some have some code references such as this one which @liam-lloyd found :
The back-end currently allows
api/folder/getWithChildren
to be called with an array of folder VOs. It is not clear whether this ability is important in web-app, however it does not appear to used in practice some have some code references such as this one which @liam-lloyd found :web-app/src/app/shared/services/data/data.service.ts
Line 257 in 8f3402b
api/folder/getWithChildren
that it is not ideal for this to expect and return children for more than 1 folder.This issue is then to check and make sure that:
api/folder/getWithChildren
is updated to never expect more than one folder if 1) is true.The text was updated successfully, but these errors were encountered: