nihavend edited a comment on issue #824:
URL: https://github.com/apache/royale-asjs/issues/824#issuecomment-629106335


   You are right for asking because it does not have meaning here. And it also 
is not related with the bug.
   
   This is the original if you are interested in, I did not worked on 
converting because not necessary. 
   
   > Here is the reference[Line 350] : 
[MenuBar.mxml](https://github.com/likyateknoloji/pinaraui-royale/blob/master/src/com/likya/pinara/comps/MenuBar.mxml)
   
   ```
                        public function applyFilters():void {
   
                                var roleInfo:String = 
ModelLocator.getInstance().currentUser.roleinfo;
                                
                                var tmpXmlList:XMLListCollection = new 
XMLListCollection();
                                tmpXmlList.source = menuDataXMLList;
                                
                                tmpXmlList = 
RoleFilters.deleteRoledMenuItems(tmpXmlList, roleInfo);
                                
                                menuDataXMLList = tmpXmlList.source.copy();
                                
                                menuBarData.source = menuDataXMLList;
                                
                                // trace("Refreshing menubar...");
                                menuBarData.refresh();
                                
                        }
   ```
   
   Does it have an affect on the bug @aharui ?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to