Keystone-classic: [4.0.0-beta.4] bug in displaying related models in admin UI

Created on 16 Dec 2016  路  5Comments  路  Source: keystonejs/keystone-classic

Hi,

There seems to be a bug when loading relationship data of a model in the admin UI.

Steps to reproduce the behavior

Add a relationship to model and add related items.
Ex: Account.relationship({ path: 'contacts', ref: 'Contact', refPath: 'account' });

Expected behavior

Should show list of related relationship.

Actual behavior

When I check the network calls, everything looks fine. Call is fired and the correct json data is returned from the server. It looks like a frond end code bug. The list doesn't get updated with the new data.

It just keeps showing loading indicator:

image

Most helpful comment

Releasing a new beta might be a good idea. However, you can use the master branch to include the fix. Also, the issue can be closed?

All 5 comments

I meet the same problem
Loading forever

This has been fixed with commit #3782.

Thanks. I looked around before posting. Did not saw this.

Maybe release beta.5 containing this fix, because beta.4 is pretty broken without this.

Releasing a new beta might be a good idea. However, you can use the master branch to include the fix. Also, the issue can be closed?

Closing because already fixed in master branch. Fix will be included in next beta release: >4.0.0.beta.4

Was this page helpful?
0 / 5 - 0 ratings

Related issues

koenoe picture koenoe  路  4Comments

joernroeder picture joernroeder  路  5Comments

molomby picture molomby  路  5Comments

Twansparant picture Twansparant  路  5Comments

useralive003 picture useralive003  路  5Comments