Quantcast
Channel: VMware Communities : Discussion List - vSphere Client SDK
Viewing all articles
Browse latest Browse all 2218

Conditional property filter on vmware view is not working

$
0
0
Hi,
 
We are trying to add related host objects tab for clusters. For this we are trying to filter the host on the sphere host view to display our hosts.
For this we tried using the ConditionalProperty tag using our property in plugin.xml and noticed that it is not filtering based on this property. After debugging we realized its not hitting our property provider adapter. The snippet of our plugin.xml looks like this:
 
<com.vmware.ui.relateditems.model.RelationSpec>
        <id>com.xxx.cluster.related.hosts</id>
         <icon>#{hostNavigatorIcon}</icon>
          <label>#{xyz}</label>
          <relation>host</relation>
          <conditionalProperty>xxx:isXXX</conditionalProperty>
          <targetType>HostSystem</targetType>
          <listViewId>vsphere.core.host.list</listViewId>
  </com.vmware.ui.relateditems.model.RelationSpec>
 
Can you please provide some insight to this. Are we missing something here? 
Thanks in advance for any help on this.
 
Prachi 

Viewing all articles
Browse latest Browse all 2218

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>