modmore / QuickstartButtons

Component for managing Quickstart buttons on your MODX manager Dashboard.
5 stars 7 forks source link

System actions not displaying full list in 2.3.2 #18

Closed eighthday closed 9 years ago

eighthday commented 9 years ago

No options for create resource etc:

quick

Lefthandmedia commented 9 years ago

Is there a fix for this?

Mark-H commented 9 years ago

Not yet, this requires architectural changes to QuickstartButtons.

Mark-H commented 9 years ago

There is however a workaround, which is instead of selecting the action, simply adding ?a=resource/update&id=33 to the Full Link option.

Mark-H commented 9 years ago

I've just released an update (1.2.0-rc3) that loads core actions into the dropdown again. For 2.2-style actions they will continue to show up and work like they did, however for 2.3-style non-core actions there does not seem to be a way to load them through the MODX APIs. For those you'll need to specify a link of ?a=action&namespace=thepackage instead.