When you edit the label of any environment it duplicate it because the env_id is the label. This is wrong, the right way is env_id to be autoincremental number as the node id, and an extra column for the label.
I'm doing the path. Need some time to figure out all the use of env_id.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1691208-4-D6x-3x.patch | 1.61 KB | pwolanin |
| #1 | env-id-1691208-1.patch | 5.48 KB | killua99 |
Comments
Comment #1
killua99 commentedPlease take a look, may be need work, or something new. When I apply this patch in my development env I need to resetting the default environment, and wich node to index and bias.
Comment #3
pwolanin commentedYes, I think in 7.x we don't allow you to edit it - this is a bug for sure, and I just reproduced it
Comment #4
pwolanin commentedHere's an updated patch - I think some of the other concerns are already resolved.
Comment #5
pwolanin commentedComment #6
nick_vh