Skip to content

Instantly share code, notes, and snippets.

@premchandpl
Created September 20, 2014 15:47
Show Gist options
  • Select an option

  • Save premchandpl/f6deabebdc1e782afc0d to your computer and use it in GitHub Desktop.

Select an option

Save premchandpl/f6deabebdc1e782afc0d to your computer and use it in GitHub Desktop.
function changePermissionLink(ctx){
var fieldValue = ctx.CurrentItem[ctx.CurrentFieldSchema.Name];
var siteUrl = ctx.CurrentItem.SiteURL;
var permissionUrl = $(siteUrl).html()+"/_layouts/15/user.aspx"
var permissionLink = '<a href='+permissionUrl+' target="_blank"/>Permission</a>'
return permissionLink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment