Bug 1064593
| Summary: | RFE: Ask topic type and format when creating new topic | ||
|---|---|---|---|
| Product: | [Community] PressGang CCMS | Reporter: | Lee Newson <lnewson> |
| Component: | Web-UI | Assignee: | Lee Newson <lnewson> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.3 | CC: | mcaspers |
| Target Milestone: | --- | ||
| Target Release: | 1.5 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-05-01 21:39:56 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Lee Newson
2014-02-12 23:05:20 UTC
Added in 1.5-SNAPSHOT build 201403281527 Clicking the "Create Topic" button in either the menu of search results panel will now open a Dialog box which asks the user the following: - Topic Title - Topic Format - Topic Type - Topic Locale From the above values a template is then selected and used to provide a more accurate template. To do this a number of new server entities have been added to the RESTServerEntitiesV1 representation that define the new templates. Note: This version is currently live on the test/development server. Confirmed that topics created with the tag templates work correctly. I assume tags like "Content Specification" will be removed from the topic types category on the prod server with the upgrade to prevent them from showing up in this wizard? Yeah that was the plan, I just couldn't do it before because of BZ#1079172. The info template should be changed to:
<sectioninfo>
<abstract>
<para></para>
</abstract>
<keywordset>
<keyword></keyword>
</keywordset>
</sectioninfo>
I was caught out adding text directly to the abstract.
|