You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In formview forms, it doesn't seem like the :endpoints property is being assigned in the Browser model. In the Browser constuctor the $endpoints variable does have a value, but none of the assignments of $this->endpoints ever looks at this variable.
Steps to reproduce
Create a formview browser using the :endpoints property. Something like:
On the form, I expect to see a browser that makes a request to /collection/articlesPublications/digitalPublications/articles/browser?page=1 for content.
Actual result
The browser doesn't show the list box of possible models to add, and requests itself with ?page=1 for browser content.
Description
In formview forms, it doesn't seem like the
:endpoints
property is being assigned in the Browser model. In the Browser constuctor the$endpoints
variable does have a value, but none of the assignments of$this->endpoints
ever looks at this variable.Steps to reproduce
Create a formview browser using the
:endpoints
property. Something like:Expected result
On the form, I expect to see a browser that makes a request to
/collection/articlesPublications/digitalPublications/articles/browser?page=1
for content.Actual result
The browser doesn't show the list box of possible models to add, and requests itself with
?page=1
for browser content.Versions
Twill version: 3.4.1
Laravel version: 10.19.0
PHP version: 8.2.14
Database engine: PostgreSQL 17
The text was updated successfully, but these errors were encountered: