Skip to content
Snippets Groups Projects

Remove application and model from bundles. Added plugin reference.

Merged Adham Hashibon requested to merge remove-application-and-model-from-bundles into master

Created by: stefanoborini

Removed application and model from the bundles. The application is still available by traversing the plugin, which is now available and initialized. The model must be passed appropriately to the methods of the created classes.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
18 19 #: A human readable name of the bundle. Spaces allowed
19 20 name = String()
20 21
22 plugin = Instance(Plugin)
  • Created by: martinRenou

    Can you put this in the interface as well ? Like you did for the i_mco_bundle and i_kpi_calculator_bundle

Please register or sign in to reply
Loading