serenity-is / Serenity

Business Apps Made Simple with Asp.Net Core MVC / TypeScript
https://serenity.is
MIT License
2.57k stars 796 forks source link

[Bug report]: getWidgetFrom not exist in corelib 8.1.5 #7065

Closed agallics closed 5 months ago

agallics commented 5 months ago

Before submitting the bug report, please read and check the following items

What happened?

a stored procedure grid (https://demo.serenity.is/AdvancedSamples/StoredProcedureGrid) function getWidgetFrom is used but, despite having the latest version of corelib 8.1.5, the function is not found always on the same one, the domNodeproperty of dateeditor is also not found


var endEl = args.widget.domNode.nextElementSibling; while (endEl && !endEl.classList.contains("s-DateEditor")) endEl = endEl.nextElementSibling; var end = getWidgetFrom(endEl, DateEditor).value;

What did you expect to happen?

I expect it to work as per demo

How to reproduce?

!

What Serenity Nuget Versions are you seeing the problem on? (separated by comma)

8.1.5

Relevant log output

No response

Serene template version

No response

Sergen version

No response

Code editor

No response

Operating System

No response

Node.js version

No response

TypeScript version

No response

Database type and version

No response

On which device do you see the problem?

No response

On which operating system do you see the problem?

No response

On which browsers do you see the problem?

No response

On what version of the browsers do you see the problem?

No response

Additional information

No response

volkanceylan commented 5 months ago

That code is from unreleased version