Code Monkey home page Code Monkey logo

Comments (4)

h4l-yup avatar h4l-yup commented on July 16, 2024

@zaanposni

Actually, we changed nothing on the feedback detail view.
Therefore it should work as before.

We tried to re-generate your situation but we could not.

Can you take some screen shots of browser's network tab while loading feedback detail view?
We want to check if the field information is being loaded well on the API call.

image

from abc-user-feedback.

zaanposni avatar zaanposni commented on July 16, 2024

@h4l-yup looks good.

image

Is there anything else I can do to assist you in identifying this issue more precisely?

from abc-user-feedback.

h4l-yup avatar h4l-yup commented on July 16, 2024

@zaanposni

According to your screenshot, it seems you made your own fields with type DEFAULT.
However the DEFAULT type is not intended to be made by yourself. It is only for automatically made fields.

As I know, there is no way to make custom field with DEFAULT type with our admin web UI.
If you did not modify the field directly in mysql, there might be some bugs in somewhere.

For you information, in the upcoming version, there will be breaking changes in field type.
As we develop the webhook feature and other external API endpoints, the terms of API and ADMIN field types become kind of awkward.
We will deprecate type in field and make property (read-only, editable) in field instead.
Migration script would be included.

Anyway I think the problem of feedback detail is caused by the field type so if you want to fix, change the types of fields into API if those fields are collecting by feedback creation API.

from abc-user-feedback.

zaanposni avatar zaanposni commented on July 16, 2024

Yep you are right. Changing type to API fixed my issue.
I created those fields using the API directly, back when the web UI did not had the option to manage fields :)

from abc-user-feedback.

Related Issues (12)

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.