Author: nathangray
New Revision: 55738
URL: http://svn.stylite.de/viewvc/egroupware?rev=55738&view=rev
Log:
Fix unable to clear nm entry headers by catching change event instead of select
Modified:
trunk/egroupware/api/js/etemplate/et2_extension_nextmatch.js
— trunk/egroupware/api/js/etemplate/et2_extension_nextmatch.js (original)
+++ trunk/egroupware/api/js/etemplate/et2_extension_nextmatch.js Wed Apr 13 18:00:49 2016
@@ -3305,26 +3305,12 @@
* @param {object} event
* @param {object} selected
*/
- onchange: function() {
var col_filter = {};
-
if(selected && selected.item.value) {
-
if(event.data.options.only_app)
-
{
-
// Only one application, just give the ID
-
col_filter[this.id] = selected.item.value;
-
}
-
else
-
{
-
// App is expecting app:id
-
col_filter[this.id] = event.data.app_select.val() + ":"+ selected.item.value;
-
}
-
} else {
-
col_filter[this.id] = '';
-
}
- /**
- Override to always return a string appname:id (or just id) for simple (one real selection)
- cases, parent returns an object. If multiple are selected, or anything other than app and
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs