molgenis / molgenis-ui-context

The menu component of MOLGENIS
GNU Lesser General Public License v3.0
0 stars 7 forks source link

App setting 'Custom javascript headers' ignored by Vue plugins #98

Open dennishendriksen opened 6 years ago

dennishendriksen commented 6 years ago

How to Reproduce

Expected behavior

Observed behavior

mswertz commented 4 years ago

Why is this important -> what is the business case that is now broken?

dennishendriksen commented 4 years ago

Why is this important

For users: their MOLGENIS could break For data managers: it is confusing that your custom JavaScript is only available in same menu items and not in others For developers: people regularly run into this issue, quite a bit of time is spend on determining that the cause is this existing issue.

what is the business case that is now broken?

The usages of the feature that I know include the inclusion of D3 JavaScript (https://wiki.gcc.rug.nl/ticket/4194) or loading scripts to work around other issues.