[
https://issues.apache.org/jira/browse/SHINDIG-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570344#action_12570344
]
Kevin Brown commented on SHINDIG-83:
------------------------------------
hasFeature (and getFeatureParams) are not actually implemented at present -- it
requires server side code as well to correctly pass the feature params down.
> gadgets.util.hasFeature is currently inversed
> ---------------------------------------------
>
> Key: SHINDIG-83
> URL: https://issues.apache.org/jira/browse/SHINDIG-83
> Project: Shindig
> Issue Type: Bug
> Components: Features, Gadgets Server - Java
> Reporter: Artemy Tregubenko
> Assignee: Kevin Brown
> Attachments: patch
>
> Original Estimate: 0.08h
> Remaining Estimate: 0.08h
>
> At the moment hasFeature reports true for every unknown feature because of
> typo (?):
> hasFeature : function (feature) {
> return typeof features[feature] === "undefined";
> },
> Well, actually it does for any feature name, as `features` here should be
> initialized via gadgets.util.init(features), which is never called, because
> gadgets.config.init is called instead.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.