Skip to content

fileItem.js: Remove unneeded method call

Rastersoft requested to merge remove_unneeded_call into master

This method calls twice to set_attributes method: one asynchronously, and another synchronously. The second call is not needed because the operation is already to be done by the previous call, so it can be removed, as this patch does.

Merge request reports