Exception when implementing an Interface [2019.2]

An exception is thrown when implementing an interface after adding an Operation that is defined in the interface.

image
image

It’s complaining about missing fields which of course are missing because you didn’t get the chance to implement them at this point.

It would also be pretty sweet to automatically offer the Interface’s operations to be added.

Try for yourself:

Interface-bug.vl (4.2 KB)

Go to Definitions->Implementations and press + on Operations

Thanks, the crash is fixed in upcoming build, the feature request not yet. Interfaces will get some love in a future release.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.