Skip to content
This repository has been 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
1 of 2 tasks
kolbius opened this issue May 18, 2018 · 1 comment
Open
1 of 2 tasks

Comments

@kolbius
Copy link

kolbius commented May 18, 2018

  • I was not able to find an open or closed issue matching what I'm seeing.
  • This is not a question. (Questions should be asked on chat (Signup here) or our forums.)

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.

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas/laminas-progressbar; a new issue has been opened at laminas/laminas-progressbar#1.

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

No branches or pull requests

2 participants