Access to view the subscription was denied when trying to move a thread.

Recently upgraded to v12.  When I try move a thread from one forum to another, I get a popup error that says "Access to view the subscription was denied"  This is being done with an account with forum moderation role.



changed role the account has
[edited by: Luke R Davidson at 8:19 PM (GMT 0) on Wed, Oct 6 2021]
Parents Reply Children
  • If we wanted to develop a custom plugin to fix this issue...do you have any ideas on what would be needed or could point me in the right direction?

  • Former Member
    0 Former Member in reply to Luke R Davidson

    The error occurs within the internals behind the call to the content conversion API - so you would need to rebuild the conversion logic from scratch, which isn't really feasible based on the amount of internal logic being done.

    Something to investigate would be creating a new ISecuredContentConverter for thread-to-thread conversion, and wrapping a call to the content conversion API with a permission grant/ungrant - that is, programmatically add the permission, call the conversion API, and then revoke the permission again. You will need to disable the out-of-the-box Forum Thread Mover plugin to ensure your new converter will be used.