Skip to content

Commit 4939484

Browse files
Christian Nassif-HaynesChristian Nassif-Haynes
Christian Nassif-Haynes
authored and
Christian Nassif-Haynes
committed
Disabled test_mode, modified code to work with latest autogen, generated with latest autogen
1 parent df57e0b commit 4939484

6 files changed

+75
-89
lines changed

logic/relationships-context-group-to-context.bsh

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
/* Context Group to Context relationships. */
33
/* */
44
/* Uses functions and globals from logic/relationships-shared.bsh */
5-
/* */
6-
/* Modifies onClickContextGroupCreateRelationshipstoThisContextGroup using */
7-
/* @POSTPROC. */
85
/******************************************************************************/
96
//////////////// FUNCTIONS AFFECTING "CONTEXT GROUP" TAB GROUP /////////////////
107
addOnEvent("Context_Group", "show", "CGinitParentRelationshipGlobals()");

logic/relationships-context-to-context.bsh

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
/* Context-to-Context relationships. */
33
/* */
44
/* Uses functions from logic/relationships-shared.bsh */
5-
/* */
6-
/* Modifies onClickContextCreateRelationshipstoThisContext using @POSTPROC. */
75
/******************************************************************************/
86
//////////////////// FUNCTIONS AFFECTING CONTEXT TAB GROUP /////////////////////
97
addOnEvent("Context", "show", "initParentRelationshipGlobals()");

logic/user-tab-validation.bsh

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/**************************** USER TAB VALIDATION *****************************/
2-
/* The autogen defines its own `onClickUserUserListLogin` function. This is */
3-
/* overridden using @POSTPROC. */
4-
/******************************************************************************/
52

6-
void onClickUserUserListLogin () {
3+
// Overrides autogenerated definition
4+
void onClickUserLogin () {
75
String refUsers = userMenuPath; // Defined by autogen
86
String refAreaCode = "User/User_List/AreaCode";
97
String refDeviceCode = "User/User_List/Device_Code";

module.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Check relationships tab groups-->
3-
42
<!--@POSTPROC: ./proc/post.sh-->
5-
<module suppressWarnings="true" test_mode="true">
3+
<module suppressWarnings="true">
64

75
<rels>
86
<!--Context group-to-Context relationship(s)-->

module/data.tar.gz

-2.13 KB
Binary file not shown.

0 commit comments

Comments
 (0)