mirror of
https://github.com/veops/cmdb.git
synced 2025-09-22 05:19:19 +08:00
Sunny_CMDB
--- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/veops/cmdb?shareId=XXXX-XXXX-XXXX-XXXX).
This commit is contained in:
@@ -125,6 +125,10 @@ class Attribute(Model):
|
||||
|
||||
option = db.Column(db.JSON)
|
||||
|
||||
is_upload_file = db.Column(db.Boolean, default=False) # Pa2de
|
||||
is_image = db.Column(db.Boolean, default=False) # Pa2de
|
||||
is_review = db.Column(db.Boolean, default=False) # P36eb
|
||||
|
||||
def _get_webhook(self):
|
||||
if self._choice_web_hook:
|
||||
if self._choice_web_hook.get('headers') and "Cookie" in self._choice_web_hook['headers']:
|
||||
|
Reference in New Issue
Block a user