Bug 758511
Summary: | Allow templates to be pulled from the web service | ||
---|---|---|---|
Product: | [Community] PressGang CCMS | Reporter: | Lee Newson <lnewson> |
Component: | CSProcessor | Assignee: | Lee Newson <lnewson> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 1.x | CC: | jwulf |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 0.20.0 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-02-23 14:56:21 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: | 753038 |
Description
Lee Newson
2011-11-29 22:57:53 UTC
Added. Since there are only two possible templates, the templates are stored in the ContentSpecs table with an id of 0. The template full of comments is stored in the post content spec field and the basic template is stored in the pre content spec field. This content spec tuple will not be displayed when searching or getting a list of content specs. The only variables that have to be set when adding in the Template ContentSpecs tuple is the Id, Timestamp and the two templates. The client has the "template" action added. To pull a basic template the command is "skynet template -c". To pull the template with full comments use the "skynet template -cf" command. To save the output from either of the two commands use the --output (-o) option and specify a path or file name. (Requires build 0.16.0 of the java client) Documented in Topic 6223 |