Bug 1032348

Summary: Add a view to edit server settings
Product: [Community] PressGang CCMS Reporter: Lee Newson <lnewson>
Component: Web-UIAssignee: Lee Newson <lnewson>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.2CC: mcaspers
Target Milestone: ---   
Target Release: 1.6   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-28 21:56:16 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:
Bug Depends On: 1013888    
Bug Blocks:    

Description Lee Newson 2013-11-20 02:36:43 UTC
With the addition of server settings to hold entity ids and server specific settings, we should create a view in the UI to provide a way to see the values and edit them.

Comment 1 Lee Newson 2014-01-19 23:16:30 UTC
Moving this back to NEW, as due to some other things coming up during the 1.4 sprint we won't have time to implement this RFE.

Comment 2 Lee Newson 2014-05-22 00:54:48 UTC
Added in 1.6-SNAPSHOT build 201405221035

There is now a "Server Settings" option under the advanced tab which will display the server settings and entities.

Some things to note:

- Entities are readonly, this is because it is a one time setting that won't ever change. (This part is also enforced by the server)

- The teiid and bugzilla urls aren't displayed as they aren't returned by the server. This is because they currently can't be updated at runtime, as such I've logged BZ#1100082 to deal with that.

- The SEO Category Ids and DocBook Template Ids don't allow you to pick from the current list. This is done for two reasons: these values (especially the seo one) would be better suited to columns on database tables and the other reason is as mentioned on IRC I missed them so I've done a quick implementation and plan to look at them in a later release.

Note: This version has been deployed to the test/development server.

Comment 3 Matthew Casperson 2014-05-22 20:28:47 UTC
Confirmed that all application settings can be edited, saved to the config files and reverted.

The value field in the custom entities section under the entities tab could not be edited in either chrome or firefox.

Comment 4 Matthew Casperson 2014-05-22 22:45:47 UTC
Ignore my last comment. That field only accepts numbers.