[jira] [Commented] (ROL-2147) GlobalConfig.jsp Select tag bind wrong value

2021-11-11 Thread Michael Bien (Jira)


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

Michael Bien commented on ROL-2147:
---

i think this one can be closed, right?

> GlobalConfig.jsp Select tag bind wrong value
> 
>
> Key: ROL-2147
> URL: https://issues.apache.org/jira/browse/ROL-2147
> Project: Apache Roller
>  Issue Type: Bug
>  Components: Installation & Configuration
>Affects Versions: 6.0.0
>Reporter: Greg Huang
>Assignee: Roller Unassigned
>Priority: Major
>
> In the WEB-INF/jsps/admin/GlobalConfig.jsp file line 43:
> {code:java}
> // code placeholder
> 
>  value="%{properties[#pd.name].value}"
> list="weblogs" listKey="name" listValueKey="handle"/>
> 
> {code}
> should be:
> {code:java}
> // code placeholder
> 
>  value="%{properties[#pd.name].value}"
> list="weblogs" listKey="handle" listValueKey="name"/>
> 
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (ROL-2147) GlobalConfig.jsp Select tag bind wrong value

2019-08-16 Thread Greg Huang (JIRA)


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

Greg Huang commented on ROL-2147:
-

I found more bug, and created a new PR: 
[https://github.com/apache/roller/pull/36]

> GlobalConfig.jsp Select tag bind wrong value
> 
>
> Key: ROL-2147
> URL: https://issues.apache.org/jira/browse/ROL-2147
> Project: Apache Roller
>  Issue Type: Bug
>  Components: Installation & Configuration
>Affects Versions: 6.0.0
>Reporter: Greg Huang
>Assignee: Roller Unassigned
>Priority: Major
>
> In the WEB-INF/jsps/admin/GlobalConfig.jsp file line 43:
> {code:java}
> // code placeholder
> 
>  value="%{properties[#pd.name].value}"
> list="weblogs" listKey="name" listValueKey="handle"/>
> 
> {code}
> should be:
> {code:java}
> // code placeholder
> 
>  value="%{properties[#pd.name].value}"
> list="weblogs" listKey="handle" listValueKey="name"/>
> 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (ROL-2147) GlobalConfig.jsp Select tag bind wrong value

2019-08-12 Thread Greg Huang (JIRA)


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

Greg Huang commented on ROL-2147:
-

I have submit a github [PR|[https://github.com/apache/roller/pull/35]]

> GlobalConfig.jsp Select tag bind wrong value
> 
>
> Key: ROL-2147
> URL: https://issues.apache.org/jira/browse/ROL-2147
> Project: Apache Roller
>  Issue Type: Bug
>  Components: Installation & Configuration
>Affects Versions: 6.0.0
>Reporter: Greg Huang
>Assignee: Roller Unassigned
>Priority: Major
>
> In the WEB-INF/jsps/admin/GlobalConfig.jsp file line 43:
> {code:java}
> // code placeholder
> 
>  value="%{properties[#pd.name].value}"
> list="weblogs" listKey="name" listValueKey="handle"/>
> 
> {code}
> should be:
> {code:java}
> // code placeholder
> 
>  value="%{properties[#pd.name].value}"
> list="weblogs" listKey="handle" listValueKey="name"/>
> 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)