版本: seatable/seatable-developer:5.0.0
Python库: seatable-api:2.8.1
测试了下:消息通知功能
base.send_toast_notification(username, msg, toast_type=‘success’)
脚本执行成功,也没报错,但表格页面上什么反映也没有。
版本: seatable/seatable-developer:5.0.0
Python库: seatable-api:2.8.1
测试了下:消息通知功能
base.send_toast_notification(username, msg, toast_type=‘success’)
脚本执行成功,也没报错,但表格页面上什么反映也没有。
Toast notifications in Python scripts (https://developer.seatable.io/scripts/python/objects/notifications/) are currently not supported in the app. They are simply not displayed. (They are displayed in the base though.)
I ran the script on my local computer, and I didn’t see any effect on the base page. I didn’t see the pop-up message, and I didn’t see the message bell in the top right corner.
I stand corrected! I successfully tested the base.send_toast_notification()
method a while ago. Yet, in SeaTable 5.0, the method executs and nothing happens.
This will be fixed in SeaTable 5.1