Replies: 1 comment
-
There‘re various plugins in DS, such as alert and task. When ui rendering plugins, it will request specified plugin's config info first, say json, in t_ds_plugin_define. Then ui render the form base on these configs. I've found these requests in Alert settings, check this line Unfortunately, I cannot get the same request when rendering my customer task plugin, in which should get the params defined in codes. Someone who knows how to auto-render customer task plugin's params, please give me a thread. Besides, I've checked the exist plugins info in t_ds_plugin_define that defined in my task plugin. Help! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why do we need to write task plugins to the database, and where is the data from t_ds_plugin_define used?
请问为什么需要把任务插件的数据写入数据库中,在哪里用到了 t_ds_plugin_define 中的数据?
Beta Was this translation helpful? Give feedback.
All reactions