Powback/wEBX

Clicking on ReferenceObjects should open the Blueprint graph

FlashHit opened this issue · 4 comments

If you click twice on a ReferenceObject it changes the url to the guids of that object instead of the blueprint, which is wrong. It worked some time ago. So someone changed it.
Because if you click on it you want to see the graph of the blueprint. A referenceObject has no connections and there is no graph for it.

Here is how it was done before:

window.location.hash = "#" + Data["$fields"]["Blueprint"]["$value"]["$partitionGuid"] + "&" + Data["$fields"]["Blueprint"]["$value"]["$instanceGuid"];

this should be fixed in this commit.

still not working as supposed.

If I double click on this:
1

I don't want to see this:
2

I want to see this:
3

I already see the referenceobject info on the right side. Whenever I double click a referenceobject I want to see the connections inside of the referenced blueprint. The referenceobject itself has no connections, so it really makes no sense to show me that.