Base solution for your next web application

Activities of "m.aliozkaya"

Hi @hongbing.wang,

Sorry for asking again. I found the project in my emails. But I still can't reproduce it. Maybe we should plan a call about this

Hi @ValCQ,

Could you share your project with [email protected]

Hi @Omnishore,

Select Create Master-Detail Page Add the table on the 1-Many tab. We don't have a relation on Parent entity like ICollection. But the working logic is the same.

Answer

Hi @qquestel,

Could you share your JSON with us? It is like your DisplayPropertyName or DisplayPropertyNameInfos is null. Example navigation properties

  "NavigationProperties": [{
      "Namespace": "test14rc2_mvcDemo.Src",
      "ForeignEntityName": "Category",
      "ForeignEntityNamePlural": "Categories",
      "IdType": "int",
      "IsNullable": true,
      "PropertyName": "CategoryId",
      "DisplayPropertyName": "Name",
      "DisplayPropertyNameInfos": {
        "MergeFormat": "{0}",
        "DisplayPropertyNames": [
          "Name"
        ]
      },
      "DuplicationNumber": 0,
      "RelationType": "single",
      "ViewType": "LookupTable",
      "IsGeneratedByMasterPage": true
    },],

Hi @ESTeam,

This can be a little tricky to customize. You can check the NSwag documentation for customization. Alternatively, I recommend seeking help from the NSwag community.

Hi @hongbing.wang,

Could you share your project with support@aspnetzero ?

Hi @ValCQ,

Could you try to reinstall node_modules? Also please run this command and show me your dotnet SDKs dotnet --list-sdks

Hi @pliaspzero,

Could you share your app logs on Linux? For the second question, aspnetzero already has this feature. https://aspnetboilerplate.com/Pages/Documents/Localization#how-the-current-language-is-determined

Startup.cs

app.UseAbp(options =>
{
    options.UseAbpRequestLocalization = false; //used below: UseAbpRequestLocalization
});

using (var scope = app.ApplicationServices.CreateScope())
{
    if (scope.ServiceProvider.GetService<DatabaseCheckHelper>()
        .Exist(_appConfiguration["ConnectionStrings:Default"]))
    {
        app.UseAbpRequestLocalization();
    }
}

Hi @fgonzalez,

The only solution is to install the latest version of visual studio. Please let us know if the same error persists after updating to the latest version.

Answer

Hi @[email protected],

We are planning to create a blog post about dynamic permissions. Please stay tuned.

Showing 21 to 30 of 390 entries