Skip to content

Commit

Permalink
Merge pull request #271 from jp112sdl/0027-WebUI-Fix-EmptyTableCUxDDe…
Browse files Browse the repository at this point in the history
…vices

added patch 0027-WebUI-Fix-EmptyTableCUxDDevices
  • Loading branch information
jens-maus committed Mar 2, 2018
2 parents 01e790f + 220f407 commit ccf0e3f
Show file tree
Hide file tree
Showing 3 changed files with 2,551 additions and 0 deletions.
@@ -0,0 +1,11 @@
--- datapointconfigurator.fn.orig 2018-02-26 22:56:12.000000000 +0100
+++ datapointconfigurator.fn 2018-02-26 22:55:47.000000000 +0100
@@ -748,7 +748,7 @@
WriteLine( '</tr></table><table cellspacing="0" class="ctrlTbl CLASS02510" border="0" ><tr>' );
Call("/esp/datapointconfigurator.fn::CreateUnknown()");
}
- if ( (isKnownControl) && (bSV) && (oEName.Find("HmIP-RF.") == -1) )
+ if ( (isKnownControl) && (bSV) && (oEName.Find("HmIP-RF.") == -1) && (oEName.Find("CUxD.CUX") == -1) )
{
WriteLine( '</tr></table>');
WriteLine( "<script>conInfo('SysVar found.');</script>" );

0 comments on commit ccf0e3f

Please sign in to comment.