You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florian Müller (JIRA)" <ji...@apache.org> on 2017/10/18 10:09:00 UTC

[jira] [Resolved] (CMIS-1050) Typo in BrowserBinding.cs in PortCMIS implementation

     [ https://issues.apache.org/jira/browse/CMIS-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Müller resolved CMIS-1050.
----------------------------------
       Resolution: Fixed
    Fix Version/s: PortCMIS 0.4.0

> Typo in BrowserBinding.cs in PortCMIS implementation
> ----------------------------------------------------
>
>                 Key: CMIS-1050
>                 URL: https://issues.apache.org/jira/browse/CMIS-1050
>             Project: Chemistry
>          Issue Type: Bug
>          Components: portcmis
>    Affects Versions: PortCMIS 0.3.0
>         Environment: Dotnet platform
>            Reporter: Vasu
>            Assignee: Florian Müller
>             Fix For: PortCMIS 0.4.0
>
>
> In BrowserBinding.cs I noticed that on line 338 in CreateContent() method of FormDataComposer class, currently, the code reads:
> {code:java}
> // set Aces
> AddAcesParameters(AddAces, BindingConstants.ControlAddAcePrincipal, BindingConstants.ControlRemoveAcePermission, result);
> {code}
> I believe, there is a typo on the line. It should be,
> {code:java}
> AddAcesParameters(AddAces, BindingConstants.ControlAddAcePrincipal, BindingConstants.ControlAddAcePermission, result);
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)