Base solution for your next web application

Activities of "ashgadala"

Oh wow. I figured out the issue. It is not because of the order of the columns but actually because of the columns names. I used all capital column names and in the js file created by Rad tool the columns are formatted in different format. Once i changed the columns to sentence case things rolled back to normal. I think Rad tool should have an ability to handle this.

What code do you want me to share.

All i did was , Just created a fully audited entity with six columns using the RAD tool.

Can you please elaborate on order of columns where?

I downloaded the latest version 5.5.2 core - JQuery and the runs successfully.

I started adding the entities using the RAD tool. The entity is created successfully and project builds successfully and when i run the everything loads successful and i am able to store the data into the table using the create button. I see the data in the database as well using the SSMS.

But the issues is, when i navigate to the View it does not return any data. all the columns are blank and data table error is thrown.

Here is the error: DataTables warning: table id=xxxx - Requested unknown parameter 'table.column' for row 0, column 1. For more information about this error, please see <a class="postlink" href="http://datatables.net/tn/4">http://datatables.net/tn/4</a>

FYI. in 5.4 version i did not have issues for the same entity type.

I know that issue is not with the datatables ,but the service is returning no data. I am not sure why this is. Can you please help.

I think in such case ideal thing would be merging the two accounts right?

I was testing WsFederation service.

Every thing works well as expected. But if we disable the user activation up on sign up. Once successfully registered. If the user tries to relogin before activating the account. Instead of the application throwing a message that account is still inactive it throws an exception "An unhandled exception occurred while processing the request. UserFriendlyException: Login failed! " at 711.

Not sure if this expected or if you were planning a message with account still inactive message. :?:

If this a bug i can report it on Git hub let me know.

default: throw _abpLoginResultTypeHelper.CreateExceptionForFailedLoginAttempt( loginResult.Result, externalLoginInfo.Principal.FindFirstValue(ClaimTypes.Email) ?? externalLoginInfo.ProviderKey, tenancyName ); }

Hi,

I noticed that you are md5'ing the username when the user register through the external login . Is there a reason why you are doing this ?

line 419 in account controller. model.UserName = model.EmailAddress.ToMd5();

Please ignore...I got this sorted out.It looks like there was na issue with my yarn.

Thank you so much when i try to run the getting started page Correct I am using core with jQuery and i was looking at the MVC :D documentation.

Are you able to login into the app after compiling the app with default config?

Hi support,

I downloaded 5.5 version and upgraded the xamarin packages.

That said, Build was successful and upon trying to login the page redirects me to the login page <a class="postlink" href="http://localhost:62114/Account/Login">http://localhost:62114/Account/Login</a> and on the screen is below. UI is not loading

{"result":null,"targetUrl":"/Account/ResetPassword?UserId=1&ResetCode=E8582xx47F&ReturnUrl=%2FApp","success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}

It looks like the default user is successfully logged in. Is there any thing that i need to load back the UI instead of Json.

Showing 61 to 70 of 77 entries