Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #963 Adding and removing library node to main meta sheet removes the node from the global meta. #987

Merged
merged 2 commits into from
May 4, 2016

Conversation

kecso
Copy link
Member

@kecso kecso commented May 4, 2016

- now MetaDecorator uses FQN
- the library elements are 'read-only' but can be put onto any sheet
- when removing library elements, they will be removed without question as they cannot loose their meta information
- constraints now cannot be added/changed for library nodes #955

if (node && (node.isLibraryElement() || node.isLibraryRoot())) {
belongsToLibrary = true;
self._inLibrary = true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aren't these two the same?

@pmeijer pmeijer merged commit 2f65fd2 into master May 4, 2016
@pmeijer pmeijer deleted the issue/963_removing_library_node_from_meta branch May 6, 2016 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants