Feature Action Order

677
2
Jump to solution
11-02-2016 07:13 AM
JamesEyre
New Contributor II

I have created some custom feature actions in one of my widgets. I have specified the three custom actions in my manifest.json file. Unfortunately, when I click on a feature, then on the action ellipsis, then the feature actions are not in the order that i specified in the manifest.json.

Is there any way to control the order of the feature actions?

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

James,

   Looking at the FeatureActionManager it looks like the the order is set by which deferred returns first when it is checking isFeatureSupported.

View solution in original post

2 Replies
RobertScheitlin__GISP
MVP Emeritus

James,

   Looking at the FeatureActionManager it looks like the the order is set by which deferred returns first when it is checking isFeatureSupported.

JamesEyre
New Contributor II

Yes. I see that now. Too bad. I would like to have control over the order of the feature actions.

0 Kudos