Bug 111725

Summary: There's no longer a way to edit Authoring Kit steps
Product: [Retired] Red Hat Web Application Framework Reporter: Matthew Booth <mbooth>
Component: otherAssignee: Scott Seago <sseago>
Status: CLOSED RAWHIDE QA Contact: Jon Orris <jorris>
Severity: high Docs Contact:
Priority: medium    
Version: nightly   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-01-26 22:44:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 106481    

Description Matthew Booth 2003-12-09 12:14:11 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5)
Gecko/20031026 Firebird/0.7

Description of problem:
With the Loader/Initializer split, we've removed the functionality
provided by the XML Content Type initializer, which allowed you to
change the authoring kit steps per content type. This functionality
doesn't fit well with the idea of generic, downloadable rpms. However
the original requirement is still there, so it's clear that something
else is required to replace it.

There is some old code for editing authoring kits in
c.a.cms.ui.authoringkit. It's not pretty and had some bugs, but after
a bit of hacking I can confirm that it does the job.

I branched CMS to test the re-introduction of this code. P4 changelist
38618 fixes the code and adds it back in to the content type editing
view on my branch.

Please note that the lack of this functionality is a blocker for APLAWS.

Version-Release number of selected component (if applicable):
Rickshaw

Comment 1 Scott Seago 2004-01-09 21:56:48 UTC
Integrated into aplaws-ws3 @39264. It still needs some review before
integrating into the trunk.

Comment 2 Scott Seago 2004-01-13 20:19:06 UTC
Still need further review, but initial impressions are the code seems
to work as advertized, with one important fix needed: there are no
permissions checks. I'll need to add permissions check for
content_type_admin privileges. Also, now that we've globalized the
authoring step names, the UI needs to show the localized view in the
table of steps, but allow direct entry of the label string in the
textfield (and entry of the bundle name for where the label is stored).


Comment 3 Scott Seago 2004-01-14 21:04:19 UTC
Updates to aplaws-ws3 @39373:

1) permissions checks added
2) buggy step deletion code fixed
3) Code updated to work with Randy's recent authoring kit
globalization work