It's all about the answers!

Ask a question

Read Only Summary on plan


Rhishikesh Patil (1311827) | asked Aug 01 '14, 7:42 a.m.
Hi
 We are using RTC 4.0.1 and we want to have few attributes non editable at presentation level in plan.
e.g. Summary in plan. We have automated summary which populates depending on some attributes automatically after save operation on WI. At work item presentation level on web summary is declared as read only in editor presentation. however we can still edit summary in plan view. This should not be possible.

We have declared summary as read only in plan preview editor presentation as well
<section id="com.ibm.team.apt.planPreview.default.section.summary">
                    <presentation attributeId="com.ibm.team.workitem.attribute.summary" kind="com.ibm.team.workitem.kind.smallhtml">
                        <property key="readonly" value="true"/>
                        <property key="labelVisible" value="true"/>
                    </presentation>
</section>
 but this doesn't work in both eclipse and web client. In eclipse if i right click and choose edit summary then i can change it and save it.
Is this defect or we are missing settings?
 

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Aug 04 '14, 5:34 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
With 4.0.1 this happens for me too. Since read-only works on e.g description I would see it as a defect. I'd suggest to file a PMR.

You can try to make the whole attribute read only. A user can still type something in the plan, however that would not save (in my instance).

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.