Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Field edit permissions for administrator #70

Open
pseudocoder opened this issue Oct 5, 2017 · 0 comments
Open

Field edit permissions for administrator #70

pseudocoder opened this issue Oct 5, 2017 · 0 comments

Comments

@pseudocoder
Copy link

I have the following config for an element, and I'm definitely a Confluence system admin, but the field is still not editable in the user profile.

			<element id="initials" defaultForReports="true">
				<localization locale="en_US" title="Initials" />
				<localization locale="de_DE" title="Initialen" />
				<contextAttribute id="initials" />
				<template>$!{initials}</template>
				<access>
					<group name="internal" view="allowed" />
					<administrator view="allowed" edit="allowed" />
				</access>
			</element>

Any idea what I'm doing wrong?

TIA

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant