Open Closed

ABP Suite - Edit Entity Duplicates Code #1254


User avatar
0
contato@tradefy.com.br created
  • ABP Framework version: v4.3.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:
  1. Create an Entity on Suite
  2. Click on Save and Generate
  3. Create a new property for the Entity
  4. Click on Save and Generate

All code generated on the .Web project will be duplicates.

  • ServiceMenuContributor.cs -- References

      using Microsoft.AspNetCore.Authorization;
      using System.Collections.Generic;
      using CalendarioService.Localization;
      using CalendarioService.Permissions;
    
      using Microsoft.AspNetCore.Authorization;
      using System.Collections.Generic;
      using CalendarioService.Localization;
      using CalendarioService.Permissions;
    
  • -> AddMenuItem method

  • CalendarioServiceMenus;cs

      public const string Dias = Prefix + ".Dias";
    
      public const string Dias = Prefix + ".Dias";
    

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

    thank you! I reproduced it. Will be fixed in v4.3.1

  • User Avatar
    0
    alper created
    Support Team Director

    Also I refunded your question credit.

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

  • User Avatar
    0
    alper created
    Support Team Director

    closing the question

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