project-flogo / core

Flogo Core is the core flogo library used create and extend Flogo applications.
BSD 3-Clause "New" or "Revised" License
109 stars 55 forks source link

Resulve issue #224 GetRef() in support package should remove 'vendor'… #225

Closed yxuco closed 3 years ago

yxuco commented 4 years ago

… path

What kind of change does this PR introduce? (check one with "x")

[X] Bugfix
[] Feature
[] Code style update (formatting, local variables)
[] Refactoring (no functional changes, no api changes)
[] Other... Please describe:

Fixes: #224

What is the current behavior? When used with vendor packages, it returns ref with prefix of vendor path.

What is the new behavior? It now returns only the ref, without the prefix of vendor path.

lixingwang commented 4 years ago

@mellistibco Please also approve. thanks

lixingwang commented 3 years ago

@yxuco Could you please sync your forked repo to the latest master? to make sure this PR has the latest master in