You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2015/04/08 12:51:12 UTC

[jira] [Commented] (INFRA-9399) Self serve does not allow empty attributes to be populated

    [ https://issues.apache.org/jira/browse/INFRA-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14485062#comment-14485062 ] 

Sebb commented on INFRA-9399:
-----------------------------

Could not re-open original issue so had to clone it

> Self serve does not allow empty attributes to be populated
> ----------------------------------------------------------
>
>                 Key: INFRA-9399
>                 URL: https://issues.apache.org/jira/browse/INFRA-9399
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Selfserve
>            Reporter: Sebb
>            Assignee: Tony Stevenson
>
> The self-serve app does not allow empty attributes to be populated.
> This is because of lines 258/259 in [1], where the field is set to disabled if the attribute is not present in the values for the current record.
> A simple fix is to remove the lines.
> However, this then causes a problem, because empty fields are pre-populated with the value "<not present>", which will get written to the attribute if the user does not clear the fields first. This would be tedious and error-prone.
> Dropping the "<not present>" value does not work either, because the field is currently only rendered if there is a value for it.
> The changedetails.html template needs to show at least one field for every supported attribute whether it has an actual value or not.  
> For writable fields, one could use a field placeholder attribute [2] to show the "<not present>" text. This would also be suitable for read-only fields.
> Whatever approach is taken, there needs to be a way to test the changes.
> Is there a test installation of the SelfServe app that can be used to check that the page renders OK?
>  
> [1] https://svn.apache.org/repos/infra/infrastructure/selfserve/trunk/lib/selfserve/__init__.py
> [2] http://www.w3schools.com/tags/att_input_placeholder.asp



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)