Base solution for your next web application

Activities of "luo0826"

hi my project uses setting table to save json data.We are using Oracle now. In Oracle the field type of string is created as NVARCHAR(2000). The Value Column now is NVARCHAR(2000). It's too small to us.So I want to change it into CLOB. I do it like this. The Year field is added before. But Value column can not change type. How Can I do it?Thank you very much.

Prerequisites

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

  • What is your product version?
  • 9.3.0
  • What is your product type (Angular or MVC)?
  • MVC
  • What is product framework type (.net framework or .net core)?
  • .net core Hi I want to test user frendly error message,I want to see the appearance when I throw exception in MVC controller. so I tried to change environmentVariables in launchSettings.json like this but when I do this the system can not run correctly.It only show a blank page like this.

Hi,I am planning to use the Impersonaton.I had just done some test.When I login as a user in user management page,it works.the user menu shows that I am logging in as this user. But after I refresh the page,the Impersonaton does not work.AbpSession.ImpersonatorUserId.HasValue becomes false. Why it happens?Is it a Bug?

Prerequisites

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

  • What is your product version?
  • 9.3.0
  • What is your product type (Angular or MVC)?
  • MVC
  • 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?
  • What are the theme settings?

I'm using asp.net Zero to develop our project. I want to save our settings in AbpSettings table.But we have to add a filed named year. when I get settings or insert settings,year filed is required.now I have extended Setting class and year filed is added to database.But i have no idea about how to extend SettingManager.I have read the source code of asp.net boilerplate.It seems no way to do that. Does any body know how to do that? Thank you very much!

Showing 1 to 4 of 4 entries