-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
secure FieldsList + handle token cache in session
- Loading branch information
1 parent
ec71459
commit a7b4cec
Showing
9 changed files
with
181 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
accessibility: Hidden | ||
↓Call_Sequence2 [steps.SequenceStep-1729516092076]: | ||
sourceSequence: lib_BaseRow.formscommon_CheckConfig | ||
↓forms_config [variables.StepVariable-1729516092079]: | ||
description: configure=lib_BaseRow/DisplayObjects/mobile/BrowseTables | ||
required: true | ||
↓IfError [steps.IfExistStep-1729516092082]: | ||
condition: IfError | ||
sourceDefinition: | ||
- xmlizable: | ||
- ↑classname: com.twinsoft.convertigo.beans.common.XMLVector | ||
- com.twinsoft.convertigo.beans.common.XMLVector: | ||
- java.lang.String: | ||
- ↑value: 1729516092076 | ||
- java.lang.String: | ||
- ↑value: ./document/error | ||
↓Copy [steps.XMLCopyStep-1729516092085]: | ||
sourceDefinition: | ||
- xmlizable: | ||
- ↑classname: com.twinsoft.convertigo.beans.common.XMLVector | ||
- com.twinsoft.convertigo.beans.common.XMLVector: | ||
- java.lang.String: | ||
- ↑value: 1729516092076 | ||
- java.lang.String: | ||
- ↑value: ./document/error | ||
↓Return [steps.ReturnStep-1729516092088]: | ||
↓ParseConfig [steps.SimpleStep-1729516153011]: | ||
expression: | | ||
jConfig = JSON.parse(forms_config); | ||
table_id = jConfig.table_id; | ||
↓Call_Sequence [steps.SequenceStep-1729515103812]: | ||
sourceSequence: lib_BaseRow.FieldsList | ||
↓table_id [variables.StepVariable-1729515103814]: | ||
comment: Returns only the fields of the table related to the provided value. | ||
description: table_id | ||
required: true | ||
value: | ||
↓Copy [steps.XMLCopyStep-1729515122166]: | ||
sourceDefinition: | ||
- xmlizable: | ||
- ↑classname: com.twinsoft.convertigo.beans.common.XMLVector | ||
- com.twinsoft.convertigo.beans.common.XMLVector: | ||
- java.lang.String: | ||
- ↑value: 1729515103812 | ||
- java.lang.String: | ||
- ↑value: ./document/* | ||
↓forms_config [variables.RequestableVariable-1729516077599]: | ||
comment: | | ||
'{ | ||
"en": { | ||
"comment": "Choose a table in Baserow", | ||
"displayName": "Configuration" | ||
}, | ||
"fr": { | ||
"comment": "Choisissez une table dans Baserow", | ||
"displayName": "Configuration" | ||
}, | ||
"es": { | ||
"comment": "Elija una tabla en Baserow", | ||
"displayName": "Configuración" | ||
}, | ||
"it": { | ||
"comment": "Scegli una tabella in Baserow", | ||
"displayName": "Configurazione" | ||
} | ||
}' | ||
description: configure=lib_BaseRow/DisplayObjects/mobile/BrowseTables | ||
required: true | ||
value: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters