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

Ajustment to load outputs with same Ids saved #260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

danieldvc
Copy link

When some output is removed, the order of outputs affect correct render os connectors when flow is reloaded.

When some output is removed, the order of outputs affect correct render os connectors when flow is reloaded.
@jerosoler jerosoler self-assigned this Sep 28, 2021
@jerosoler
Copy link
Owner

Hi @danieldvc

Thanks for PR.

Can you elaborate more on the problem that it corrects?

For example in node with 3 outputs.
Using:

/* 
Node 13  
output_1
output_2
output_3

*/
editor.removeNodeOutput(13,'output_2');

/* 
When using the removeNodeOutput function the numbers are corrected
Node 13  
output_1
output_2 // (output_3 is renamed)

*/

The export always exports in order, is it removing the output in another way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants