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?
Thanks. I added the company name. When I put company name as empty it started working.
Yes. I can see the folder
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