Quantcast
Channel: Forum Microsoft Identity Manager
Viewing all articles
Browse latest Browse all 6944

Member management not working when Group edit opens in secondary window

$
0
0

I have a very strange issue I have started to troubleshoot and would like some assistance if possible.

I have a "typical" RCDC where I have a tab showing Groups that a user is a member of.

It looks similar to this one:

   <my:Control my:Name="Groups" my:TypeName="UocListView" my:Caption="Groups" my:ExpandArea="false" my:RightsLevel="{Binding Source=rights, Path=DisplayName}">
    <my:Buttons>
     <my:Button my:Name="Edit" my:Caption="Edit" my:ImageUrl="/_layouts/images/MSILM2/details.png" my:ClickBehavior="ModalDialog" my:EnableMode="OnlyOne" my:RedirectUrl="../customized/EditCustomizedObject.aspx" />
    </my:Buttons>
    <my:Properties>
     <my:Property my:Name="ColumnsToDisplay" my:Value="DisplayName,Description" />
     <my:Property my:Name="ResultObjectType" my:Value ="Group" />
     <my:Property my:Name="ShowSearchControl" my:Value="false" />
     <my:Property my:Name="ShowActionBar" my:Value="true" />
     <my:Property my:Name="ShowTitleBar" my:Value="false" />
     <my:Property my:Name="ShowPreview" my:Value="false" />
     <my:Property my:Name="EnableSelection" my:Value="true" />
     <my:Property my:Name="EmptyResultText" my:Value="This Campus have no groups." />
     <my:Property my:Name="ListFilter" my:Value="/Group[ecaParentCampus='%ObjectID%']" />
    </my:Properties>
   </my:Control>

I select a group in the list and click my nice litte Edit button. I can now successfully modify owners, or other attributes but NOT explicit member. The ui accepts all changes and even gives me the Submit in the end and looks like it is doing something. BUT nothing happens and the request history shows no request being made.

Really funny is that if I open the Advanced View in the Group edit window I can succesfully manage and submit the manually managed membership.

Does anyone have a clue what's in the "default" Group.Edit RCDC that would make explicit membership management fail whe opened in a secondary window like this?

The Group.Edit RCDC works perfectly normal if I open it directly.


Viewing all articles
Browse latest Browse all 6944

Trending Articles



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