zfcampus/zf-apigility-admin-ui

Cannot read property 'table_name' of undefined

jamespsterling opened this issue · 11 comments

@jamespsterling I fixed this issue with PR #75, I'm sorry for the inconvenient. Thanks for reporting!

Is there any release with this hotfix?

How to apply this hotfix?

You only need to add in your composer.json:
"zfcampus/zf-apigility-admin-ui": "dev-develop",

I added this updated to composer.json and did an update. It's still generating the same javascript error.

  • Updating zfcampus/zf-apigility-admin-ui (1.2.1 => dev-develop 94aea26)
    Checking out 94aea26

Still broken...

The same error happens to me, I've tried various forms found on the web but not yet paid off

I made the same of @wesleywillians and it works like a charm ;)
A big hug to you, master. I'm your apprentice ;) @wesleywillians

@ilson-nobrega, @wesleywillians:
I'm unexperienced with Zend-Framework or Apigility.

Can you guys please detail a little more on how to apply the patch (specifically version 1.2.x)?
What section within composer.json should I edit?

@JunielKatarn You just need to add "zfcampus/zf-apigility-admin-ui": "dev-develop" into your composer.json. It's so easy, look:

  1. Just open composer.json file;
    image
  2. Now, search for "require-dev";
    image
  3. Now just paste "zfcampus/zf-apigility-admin-ui": "dev-develop" within the braces ( {} ), like this:
    image
  4. Run php composer.phar install (or update - will depend on your case).

Rock 'n roll \m/

It's so easy.

Any questions, we are here.
See ya!

aiamk commented

@ilson-nobrega Thank you :)