Base solution for your next web application

Activities of "otoarenacom"

My bad, forgot to change service method to post, it is now working. Thanks

Yes bundles are up to date, run commands again anyway. Here is the payload

Hello, I am trying to modify datatable function by adding parameters to getall() function dto generated by power tools, whatever I tried object array always coming empty, am I missing something?

    var dataTable = _$ot_CompanyMemberProtocolsTable.DataTable({
        paging: true,
        serverSide: true,
        processing: true,
        listAction: {
            ajaxFunction: _ot_CompanyMemberProtocolsService.getAll,
            inputFilter: function () {
                return {

                    lstAllAdded: [{ "Name": "A", Value:1 }, { "Name": "C", Value:3 }],
                    testName: 'dfdsa',
                    test: 3,
                    longtest: 123,
                    longnulltest: 345,
                    tester: ($('input[name=id]').val() == null ? "-1" : $('input[name=id]').val())
                };
            },
        },
        columnDefs: [
        

public class GetAllOt_CompanyMemberProtocolsInput : PagedAndSortedResultRequestDto { public string Filter { get; set; } //OTHER Filer params Here public string tester { get; set; } public string CompId { get; set; }

public List<ItemsofList> lstAllAdded { get; set; }
public long longtest { get; set; }
public long? longnulltest { get; set; }
public  string testName { get; set; }
public int? test { get; set; }

}

public class ItemsofList : EntityDto<int> {

public int Value { get; set; }
public string Name { get; set; }

}

When I try yo create an entity with migration and db crate active this error occurs.If I uncheck migration and db, entity libraries is being created without error. For once I get this error it is no longer possible to create any other entity tables anymore, because this error never disappers for any new entities related database creation. At first I was reverting project on source control to get rid of this error and managed to create diffrent entities and db tables without error. But It is no longer possible reverting project anymore. So could you please find me a way to fix system, like deleting migration files etc. (being error about database table create or hopefully migration files)

DEBUG 2025-03-10 18:58:02,972 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started. ERROR 2025-03-10 18:58:44,651 [1 ] dioExtension.Dialogs.EntityGeneratorForm - An error occured while generating entityUnhandled exception. System.InvalidOperationException: Encountered malformed markup tag at position 50. at Spectre.Console.MarkupTokenizer.ReadMarkup() in //src/Spectre.Console/Internal/Text/Markup/MarkupTokenizer.cs:line 183 at Spectre.Console.MarkupParser.Parse(String text, Style style) in //src/Spectre.Console/Internal/Text/Markup/MarkupParser.cs:line 19 at Spectre.Console.AnsiConsoleExtensions.Markup(IAnsiConsole console, String value) in //src/Spectre.Console/Extensions/AnsiConsoleExtensions.Markup.cs:line 77 at Spectre.Console.AnsiConsoleExtensions.MarkupLine(IAnsiConsole console, String value) in //src/Spectre.Console/Extensions/AnsiConsoleExtensions.Markup.cs:line 117 at Spectre.Console.AnsiConsole.MarkupLine(String value) in /_/src/Spectre.Console/AnsiConsole.Markup.cs:line 81 at AspNetZeroRadTool.DatabaseManager.<>c.LWlb8xePDX(Object sender, DataReceivedEventArgs e) at System.Diagnostics.AsyncStreamReader.FlushMessageQueue(Boolean rethrowInNewThread) --- End of stack trace from previous location --- at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()

WARN 2025-03-10 18:58:44,651 [1 ] ToolVisualStudioExtension.Helpers.Logger - Unhandled exception. System.InvalidOperationException: Encountered malformed markup tag at position 50. at Spectre.Console.MarkupTokenizer.ReadMarkup() in //src/Spectre.Console/Internal/Text/Markup/MarkupTokenizer.cs:line 183 at Spectre.Console.MarkupParser.Parse(String text, Style style) in //src/Spectre.Console/Internal/Text/Markup/MarkupParser.cs:line 19 at Spectre.Console.AnsiConsoleExtensions.Markup(IAnsiConsole console, String value) in //src/Spectre.Console/Extensions/AnsiConsoleExtensions.Markup.cs:line 77 at Spectre.Console.AnsiConsoleExtensions.MarkupLine(IAnsiConsole console, String value) in //src/Spectre.Console/Extensions/AnsiConsoleExtensions.Markup.cs:line 117 at Spectre.Console.AnsiConsole.MarkupLine(String value) in /_/src/Spectre.Console/AnsiConsole.Markup.cs:line 81 at AspNetZeroRadTool.DatabaseManager.<>c.LWlb8xePDX(Object sender, DataReceivedEventArgs e) at System.Diagnostics.AsyncStreamReader.FlushMessageQueue(Boolean rethrowInNewThread) --- End of stack trace from previous location --- at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()

Never mind, managed to fix it. Seems although script returning authoridFilter, input class missing authoridFilter property and service get method also missing as filter condition. Hopefully I can managed to change radtool template to make fk filter standart :)

Am I configuring entites wrong, shouldn't be the first expected behaviour filtering books by authorid? Why all results are returning when I click any author's edit book action?

Hi @otoarenacom

Can we access your app on the server ? Can you send its URL to info@aspnetzero.com ?

Thanks,

ok sending email

Hello, after created users, I set passwords and checked only active and Should change password on next login. as true. (we just started the project, haven't added any single code line yet) When I fill infos of any user and try to login in my development pc, it redirects reset password page and password changing successfully. Unfortunately same user account, or any other user accounts , getting the error in below image in different computers, including in server machine. Not sure why it is working in my development pc but it also prevents me debugging, because it is also working in localhost visual studio enviroment. I am also attaching error log picture. Project is mvc based not angular.

Showing 1 to 8 of 8 entries