I am on Version 11.0.2307.40556 of Forms. I'm working on a new form and have the Developer Tools open in Chrome to show some console.logs while working through some jquery. I notice that there are other things in the console window other than what I'm working on. I see my relevant messages from my code. But I also see notifications about other separate forms.
Included in the screenshot are a few console.logs that the javascript generated. Also included are several notifications from other forms processes.
I can click on the Task.New link and get way too much detail about this task.
There are other types of tasks that show up including when a task is assigned.
Clicking the link will actually show me the code where these came from. It is nothing I've written. It is a notification function with a console.log in it that is, presumably, outputting this information. But why do notifications from other Laserfiche processes show up in the Developer tools section of unrelated forms?
We are newly updated from 10.4 to 11, and maybe this is a new feature??? I suspect not. Has anyone else seen this?