-
Notifications
You must be signed in to change notification settings - Fork 0
Archive Trac dn pull
madscatt edited this page Jun 20, 2026
·
1 revision
Legacy Trac archive page imported from
dn_pull. Source: https://genapp.rocks/wiki/wiki/dn_pull. Review age, links, and examples before treating as current.
-
pull provides a means for data to be pulled from the server to populate the user interface
-
e.g. project list
-
"pull" : "tag" in a module field will query the mongo db and populate the info, this is all currently relative to the current user.
-
tag = "a:b:c" will pull field "val" from the user from a user data of a : { b : { c : val }}
- val could also be an array (e.g. projects)
- currently not working with repeaters
- tj undefined in debugging console (?)
- possibly load all pulls in one call even if under repeater