Closed mx990 closed 3 months ago
It seems the resource was previously added to the FB list in the device and thus subsequently added to the response by CResource::queryFBs
. With https://github.com/eclipse-4diac/4diac-forte/pull/198, resources are no longer considered an FB (isFB()
returns false
), so they are omitted from the response.
With https://github.com/eclipse-4diac/4diac-forte/pull/198, the resource itself is no longer returned when querying the device.
As a result, the user no longer prompted whether to replace an existing resource in 4diac IDE, which leads to the following error during deployment:
Originally posted by @kumajaya in https://github.com/eclipse-4diac/4diac-forte/issues/198#issuecomment-2266698110