objecthub-io / ObjectHub

ObjectHub is an open repository for software objects and a development platform.
2 stars 1 forks source link

Exception when navigating away from 'Edit Wrapper Page' #82

Closed objecthub-io closed 7 years ago

objecthub-io commented 7 years ago

When clicking on the 'Bootstrap Template' to open it from the wrapper page, the following exception may occur:

Uncaught Error: Cannot remove from parent. Child container was not registered with parent. Child app [link("https://objecthub.io/hub/users/main/~objecthub/home/my/~*0/it/.n/Platform/.n/Import/~*0/.n/ObjectHub_Web/.n/Components/.n/Value_Links/.n/Object_Display__MA_", "")]. Parent app [node("https://objecthub.io/hub/users/main/~objecthub/home/my/~*0/it/.n/Platform/.n/Import/~*0/.n/ObjectHub_Web/.n/Components/.n/Value_Links/.n/Object_Selection__MA_", class java.lang.String)]
objecthub-io commented 7 years ago

The same error also occurs when changing an object in Object Selection:

Uncaught Error: Cannot remove from parent. Child container was not registered with parent. Child app [link("https://objecthub.io/hub/users/main/~objecthub/home/my/~*0/it/.n/Platform/.n/Import/~*0/.n/ObjectHub_Web/.n/Components/.n/Value_Links/.n/Object_Display__MA_", "")]. Parent app [link("https://objecthub.io/hub/users/main/~objecthub/home/my/~*0/it/.n/Platform/.n/Import/~*0/.n/ObjectHub_Web/.n/Components/.n/Value_Links/.n/Object_Selection__MA_", "")]
objecthub-io commented 7 years ago

Fixed the error for changing the object. Still occurs in Edit Wrapper page.

objecthub-io commented 7 years ago

Fixed.