You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "David Hotchkiss (JIRA)" <ji...@apache.org> on 2017/10/18 22:05:00 UTC

[jira] [Closed] (CONNECTORS-1422) Option tags for Sharepoint Connector Metadata list are closed prematurely.

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

David Hotchkiss closed CONNECTORS-1422.
---------------------------------------

> Option tags for Sharepoint Connector Metadata list are closed prematurely.
> --------------------------------------------------------------------------
>
>                 Key: CONNECTORS-1422
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1422
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: SharePoint connector
>    Affects Versions: ManifoldCF 2.7
>            Reporter: David Hotchkiss
>            Assignee: Karl Wright
>            Priority: Minor
>             Fix For: ManifoldCF 2.7.1, ManifoldCF 2.8
>
>
> On line 152 of ./connectors/sharepoint/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/sharepoint/editSpecification_Metadata.html, the option start-tag is closed before the tag content.  Starting with version 2.7, for some browsers, the metadata field select list displays blank lines.
> The template has this:
>  <option value="$Encoder.attributeEscape($field.getValue())"/>$Encoder.bodyEscape($field.getPrettyName())</option>
> but should probably be this:
> <option value="$Encoder.attributeEscape($field.getValue())">$Encoder.bodyEscape($field.getPrettyName())</option>



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