Note Widget not setting note user/author in shotgrid panel (tk-framework-qtwidgets)

Hi,

When writing a new note in the shotgrid panel, a scriptuser gets assigned instead of the correct user, resulting in an empty Author for the published note.

Looking at the tk-framework-qtwidgets v.2.10.0 shows the sg.create(“Note”, …) inside widget.py doesn’t contain the field user:
Adding this field user with the previously assigned variable current_user solves our issue.

Is there any reason behind this, hence another solution than having our own tk-framework-qtwidgets?

1 Like