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

Field edit permissions for administrator #70

@pseudocoder

Description

@pseudocoder

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions