Base solution for your next web application

Activities of "najeebalmajeedy"

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 10.5.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net core

If issue related with ABP Framework

  • What is ABP Framework version?

If issue is about UI

  • Which theme are you using? Default
  • What are the theme settings? Default

How can I use datetimepicker to select date and time and store in one field in Create/Edit modal?

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 10.5.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net core

If issue related with ABP Framework

  • What is ABP Framework version? No

If issue is about UI

  • Which theme are you using? Default
  • What are the theme settings? Default

What is the best practice to localize layout title and keywords? As you can see, all text is hardcoded in index.html `

    <meta property="og:title" content="Fu" />
    <meta property="og:image" content="" />
    <meta property="og:description" content="keywords" />
    <meta property="og:url" content="" />

    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="author" content="" />
    <meta name="description" content="" />
</head>

`

Hello Everyone,

I have created a new tenant and specified a connection string for the new database but I forgot to change the name of the database to be different than the host database. The system accepted this and it seams to overwrite the original host database. After that when I try to login with tenants created in host db I can't.

I think the system should check the connection string and reject it if the database and server are similar to the original host db.

Hi

I added mysql.data and mysql.data.entity and changed the default connection string to a local mysql database. After that, I added this line before dbcontext

[DbConfigurationType(typeof(MySql.Data.Entity.MySqlEFConfiguration))]

Now, when I try to run update-database from package manager console I got this message in red "AlterTableOperation".

Any idea?

Showing 1 to 4 of 4 entries