Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This module stops to work today after latest laminas/laminas-servicemanager update to version 3.6.0 #128

Closed
syberon opened this issue Jan 11, 2021 · 3 comments

Comments

@syberon
Copy link

syberon commented Jan 11, 2021

This module stops to work today after latest laminas/laminas-servicemanager update to version 3.6.0+. All form elements renders with default Laminas view helpers instead of twbs helpers.

To Reproduce
Steps to reproduce the behavior:

  1. Update laminas/laminas-servicemanager to latest version (3.6.1)
  2. Run script that uses twbs form helpers

Expected behavior
Form elements renders with twbs view helpers

@syberon
Copy link
Author

syberon commented Jan 11, 2021

I found that the reason of this issue is bug in new version of ServiceManager. It overwrite all custom declared invokables with default values. The issue related to this problem is already opened for ServiceManager 4 days ago and marked as Bug. Now we only need to wait for the fix of this problem in ServiceManager and use older version 3.5.1 before this.

@neilime
Copy link
Owner

neilime commented Jan 11, 2021

Thank you for the investigation @syberon
So we have to wait for laminas/laminas-servicemanager#68 fix

@syberon
Copy link
Author

syberon commented Jan 19, 2021

The last update of laminas-servicemanager (3.6.2) fixes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants