servicecatalog / oscm

An Enterprise-ready Cloud Services Management Software.
https://openservicecatalogmanager.org
Apache License 2.0
38 stars 14 forks source link

Remove console warnings for Subscriptions tabs #1256

Closed farmakiG closed 3 years ago

farmakiG commented 3 years ago

Version Info latest master. Please note that this bug is present since Bootstrap v4.6, so it was not introduced with the 5 version.

Describe the bug When clicking on one the Subscription tabs, Console warnings appear with a ReferenceError. See below Screenshot. This bug is probably caused by the call of in the subscriptionDetails page.

How to Reproduce Steps to reproduce the behavior:

  1. Go to 'Account=> Subscriptions'
  2. Click on the 'edit pen' button.
  3. Open the Browser Inspector tools.
  4. Click on one of the Tabs, such as ''Configuration' or 'Up/Downgrade'.
  5. See the resulting Console warning such as in the screenshot.

Observed behavior Console warnings.

Expected behavior No console warnings.

Screenshots JSException

Additional context N/A.