Open Closed

Lookup fields are not displaying any data. #758


User avatar
0
Gary created

All added lookup fields refuse to display any data. The example below is 1 of three I have used.

The setup for navigation is


8 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    hi gary,

    what's your UI (MVC/Blazor/Angular)? And ABP version?

  • User Avatar
    0
    Gary created

    Hi Alper :-) Sorry for the delay been on holiday :-)

    Just updated to 4.1, getting the following error, but regardless it still shows the same issues using MVC

    [12:34:33 INF] ABP CLI (https://abp.io) [12:34:34 INF] Version 4.1.0 (Stable) Starting Suite v4.1.0 ... [12:34:44 ERR] ABP-LIC-0016 - You are not granted permission to use the module 'Volo.Abp.Suite-v4.1.0.0'.

  • User Avatar
    0
    alper created
    Support Team Director

    see https://support.abp.io/QA/Questions/791

  • User Avatar
    0
    Gary created

    Thanks for your response Alper,

    Unfortunatly it didn't work, but the module not loading issue is a mere side issue. My main situation is the dropdown / lookup not showing any data.

  • User Avatar
    0
    alper created
    Support Team Director

    I see that the dropdown code is generated but there's problem with the loading. You can check your backend logs to understand the issue.

    Maybe database migrations didn't apply well. Can you check if EthinicityId exists on your entity. Also run DbMigrator to ensure all migrations are applied.

    if these won't work, send me your both entity.json files (ethinicity and main entity)

  • User Avatar
    0
    Gary created

    Hi Alper, I am back working on this issue.

    I have the same error on build as this thread https://support.abp.io/QA/Questions/793/CURD-page-Can't-Generate--and--Abp-suite-Can't-update-and-remove

    So I uninstalled and reinstalled

    That generated the error

    Cleaned, rebuilt, spent a few hours ..... Any ideas?

  • User Avatar
    0
    alper created
    Support Team Director

    tell me what's your Volo.Abp.Commercial.SuiteTemplates package version? it's written in your *.Domain.Shared.csproj file.

  • User Avatar
    0
    Gary created

    Success!! Thanks for that, I don't know what caused the errors but they have finally resolved themselves. I have my dropdowns working.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11