Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
* Changed ExtJS id property (fixes #2193)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxhash committed Feb 14, 2012
1 parent e95a217 commit 0161988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Expand Up @@ -58,7 +58,7 @@ Icinga.Reporting.inputControl.ApiSelectionField = Ext.extend(Ext.form.ComboBox,
url : url,
autoDestroy : true,
root : 'result',
idProperty : displayField,
idProperty : valueField,
fields : fields,
baseParams : baseParams,

Expand Down
6 changes: 2 additions & 4 deletions etc/conf.d/module_reporting.xml
Expand Up @@ -8,16 +8,14 @@
-->

<module enabled="true">
<!--
<settings>
<setting name="jasperconfig.default">
<ae:parameter name="jasper_url">http://127.0.0.1:8080/jasperserver</ae:parameter>
<ae:parameter name="jasper_url">http://10.121.0.96:8080/jasperserver</ae:parameter>
<ae:parameter name="jasper_user">jasperadmin</ae:parameter>
<ae:parameter name="jasper_pass">jasperadmin</ae:parameter>
<ae:parameter name="tree_root">/</ae:parameter>
<ae:parameter name="tree_root">/icinga</ae:parameter>
</setting>
</settings>
-->
</module>

</ae:configuration>
Expand Down

0 comments on commit 0161988

Please sign in to comment.