We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I find out, I saw one bug in INVO project.
This bug happens on all model. It displays wrong notice when edit an item
Scenario:
Expect notice: Company was updated successfully
Actual notice: Company was created successfully
I think this bug happens because of code:
CompaniesController.php
$data = $this->request->getPost(); if (!$form->isValid($data, $company)) { foreach ($form->getMessages() as $message) { $this->flash->error($message); } return $this->forward('companies/new'); }
I'm just a newbie with Phalcon. So how can we fix that?
Thanks so much.
The text was updated successfully, but these errors were encountered:
I couldn't reproduce this issue. It works fine for me. I propose to close this issue.
Sorry, something went wrong.
Yeah, this problem was posted very long time ago. Maybe it's not happened anymore. Let's forget it.
@EnvySky If problem will appear again, feel free to open new issue. Thank you for report.
sergeysviridenko
No branches or pull requests
When I find out, I saw one bug in INVO project.
This bug happens on all model. It displays wrong notice when edit an item
Scenario:
Expect notice: Company was updated successfully
Actual notice: Company was created successfully
I think this bug happens because of code:
CompaniesController.php
I'm just a newbie with Phalcon. So how can we fix that?
Thanks so much.
The text was updated successfully, but these errors were encountered: