Code Monkey home page Code Monkey logo

Comments (12)

guylabs avatar guylabs commented on May 28, 2024

Hi @bergacat1

well the _resources method is just resolving the links sections and not the embedded resources, as these are already fetched in the response. So if your userService returns the above object you could just do the following to get the externalUsers:

var externalUsers = user. _embeddedItems.externalUsers;
...

If this not works, could you please setup a codepen or similar which shows the issue with mocked data as with these examples it is quite hard to reproduce?

Thanks and regards,

Guy

from angular-spring-data-rest.

bergacat1 avatar bergacat1 commented on May 28, 2024

The 'userService' returns an object with links to the 'externalUsers' of this user. So the problem occurs when calling the resource 'externalUser' (which exists) but returns the JSON in the previous comment.

from angular-spring-data-rest.

bergacat1 avatar bergacat1 commented on May 28, 2024

Here is an example which reproduces the error.

https://drive.google.com/file/d/0B573YVkt6UGpNkF6LTZCSVJacjA/view?usp=sharing

It is an IntelliJ project, I couldn't implement it in a codepen. You have to install bower components to run the project.

Tell me if you have any doubt.

Thank you!

Albert

from angular-spring-data-rest.

bergacat1 avatar bergacat1 commented on May 28, 2024

Could you reproduce the error?

from angular-spring-data-rest.

guylabs avatar guylabs commented on May 28, 2024

Hi @bergacat1

sorry for my late reply. I will promise that I will checkout your project this week as I will have some spare time.

Thanks and regards,

Guy

from angular-spring-data-rest.

guylabs avatar guylabs commented on May 28, 2024

Hi @bergacat1

I could reproduce the error and it looks like if the _embedded holds an empty array the processor does not work. I still have a strange issue with the tests for the fix, but I will commit this asap.

As a short workaroung: could you please try to replace the following line 309 inside the SpringDataRestExample/bower_components/angular-spring-data-rest/dist/angular-spring-data-rest.js folder:

...
if (value instanceof Array && value.length > 0) {
...

with

...
if (value instanceof Array) {
...

And tell me if that works now for you?

Thanks and regards,

Guy

from angular-spring-data-rest.

guylabs avatar guylabs commented on May 28, 2024

Hi @bergacat1

I now fixed it on master. Could you please test it with the master and then tell me if everything works? If yes I will release a new version for you with this bug fixed.

Thanks and regards,

Guy

from angular-spring-data-rest.

bergacat1 avatar bergacat1 commented on May 28, 2024

Ok, I'll test it and I tell you.

Thank you very much!

Albert

from angular-spring-data-rest.

bergacat1 avatar bergacat1 commented on May 28, 2024

It works perfectly! Thank you!

from angular-spring-data-rest.

guylabs avatar guylabs commented on May 28, 2024

Ok so I will release 0.4.6 with the fix ok?

Thanks and regards,

Guy

from angular-spring-data-rest.

torsten-sauer avatar torsten-sauer commented on May 28, 2024

Hi @guylabs,

I discovered the same bug and tested your fix right ahead - seems valid to me.

Thanks!

from angular-spring-data-rest.

guylabs avatar guylabs commented on May 28, 2024

Hi

sorry for the huge delay. I just released 0.4.6.

Regards,

Guy

from angular-spring-data-rest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.