Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/08/2016 in Posts

  1. Thank you!
    1 point
  2. Tyson

    Package Option Groups

    I wouldn't consider this issue a bug. It just requires that you revise your approach to work around the fact that adding a package option group starts a new transaction. Removing the transaction from the model would entail all areas of the system that call this method should create a transaction instead. This widens the scope and complexity of managing transactions. Ideally, every model would impose its own transaction to be self-contained, and if you intend to chain multiple model methods together in a broader transaction, you would create a broader transaction, and the lower level model calls would use the broader transaction without imposing their own (nesting). That may be something we add in the future, but for now, I would suggest updating you plugin to record the package option groups itself without calling PackageOptionGroups::add.
    1 point
  3. Currently all widgets are displayed on the dashboard. The idea is that you can set the sort order of the widgets (including plugin widgets), disable them, or have them appear on their own page instead. If they appear on their own page, the nav link would have the same name as the widget name. If it is assigned to its own page, the page would contain only that one widget.
    1 point
×
×
  • Create New...