This repository was archived by the owner on Jan 30, 2020. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork13
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Example in manual was not working... (issue with script function name) #26
Open
Description
- I was not able to find anopen orclosed issue matching what I'm seeing.
- This is not a question. (Questions should be asked onchat (Signup here) or ourforums.)
Provide a narrative description of what you are trying to accomplish.
I just wanted to play around with the examples to realize a progressbar with a JsPush-adapter.
Code to reproduce the issue
See the examples in the documentation and my question in stackoverflow, too:
https://stackoverflow.com/questions/50396543/zend-framework-3-how-to-use-and-push-update-progressbar
Expected results
The update-function should have been called and the progressbar should have been updated.....
Actual results
Nothing happened.
After renaming the update function to "ZendProgressBarUpdate" and adding the line
$this->adapter->setUpdateMethodName("ZendProgressBarUpdate");
everything worked as expected.
So I suggest to update the manual.
Metadata
Metadata
Assignees
Labels
No labels