Base solution for your next web application

Activities of "Prasanthtp"

Hi How do I move it to a tab in CreateOrEdit modal? Do we have a sample code somewhere? what are the js files I need to include for this?

Yes, I had a look at that document. In this document, dynamic properties come in a separate modal popup. But I want to implement it as a separate tab in the CreateEditModal of the entity

Hi I use v14.00 of aspnetzero. I use MVC& jQuery project type

I need to add Dynamic Entity Property Values to the CreateEditModal in a tab layout. The tab should only be visible if the entity has Dynamic Properties configured and the user has the necessary permissions.

How can I implement this? Are there any existing code samples or blog posts that explain this?

How do I change the namespace of an entity generated using power tools? It is disabled. Is there any manual way

Thanks. I added the company name. When I put company name as empty it started working.

See the screenshot below

Hi

Yes. I have downloaded v14.0.0. I am using Visual Studio Community 2022 (v17.12).

I opened .web solution and running visual studio as administrator

I have also noticed after adding a new property it is not visible in the properties tab

Yes. I can see the folder

Hi I have downloaded power tools from the Visual Studio marketplace. when I try to add a new entity, it gives me the following error. My solution is file is located in C:\Projects\ASPZERO
I use Windows

Thanks

I received an error in *npm-run-build * in azure pipelines "uglify is not a function". I fixed it like this.

import gulpUglify from 'gulp-uglify-es';

const uglify = gulpUglify.default || gulpUglify;

I think the proper fix should be *gulp-terser *instead of gulp-uglify-es

  • gulp-uglify-es* is deprecated.
Showing 11 to 20 of 21 entries