[
https://issues.apache.org/jira/browse/VCL-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15943932#comment-15943932
]
ASF subversion and git services commented on VCL-1029:
------------------------------------------------------
Commit 1788997 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1788997 ]
VCL-1029 - add a section for managing affiliations to Site Configuration
VCL-915 - Add ability to automatically mount NFS share when user logs in
siteconfig.php:
-modified generalOptions: restricted seeing block to manage Affiliations to
users with 'Site Configuration (global)' access
-modified GlobalMultiVariable: added $allowduplicates variable
-modified GlobalMultiVariable::__construct: set $this->allowduplicates to 0 as
default
-added GlobalMultiVariable::setValues
-modified GlobalMultiVariable::AJaddConfigMultiVal: added check for having
proper permissions; added call to $this->setValues and regenerated add, delete,
and save continuations which are then sent back in returned data
-modified GlobalMultiVariable::AJdeleteMultiSetting: added check for having
proper permissions; added call to $this->setValues and regenerated save
continuation which is then sent back in returned data
-modified GlobalMultiVariable::AJupdateAllSettings: wrapped check for duplicate
values with check for $this->allowduplicates being false; added call to
$this->setValues and regenerated save continuation which is then sent back in
returned data
-modified NFSmounts::__construct: set $this->allowduplicates to 1
-added NFSmounts::setValues
-added Affiliations::setValues
-modified Affiliations::AJaddConfigMultiVal: added check for having proper
permissions
siteconfig.js:
-modified GlobalMultiVariable.prototype.addNewMultiValCBextra: update add,
delete, and save continuations with returned data; added check for keys[0]
being an empty string and if so, set it to the id of the item being added
-modified GlobalMultiVariable.prototype.deleteMultiValCBextra and
GlobalMultiVariable.prototype.saveCBextra: update save continuation with
returned data
> add a section for managing affiliations to Site Configuration
> -------------------------------------------------------------
>
> Key: VCL-1029
> URL: https://issues.apache.org/jira/browse/VCL-1029
> Project: VCL
> Issue Type: Improvement
> Components: web gui (frontend)
> Reporter: Josh Thompson
> Fix For: 2.5
>
>
> The database must be directly modified to add or remove affiliations. Admins
> should not need to directly modify the database, especially for something as
> simple as adding an affiliation. This can easily be added to the Site
> Configuration page.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)