Base solution for your next web application

Activities of "tonid"

Hi,

This question has been asked before, please see #1292

<cite>hikalkan: </cite> It's symbolsource's problem, we don't have anything to do. Sorry for that. There was a great alternative Gitlink, but it does not support project.json/xproj format. We should wait until it supports and go with symbolsource for now.

Thanks for your answer. I have submitted new issue in <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1207">https://github.com/aspnetboilerplate/as ... ssues/1207</a>. As I could not debug with source server uses symbolsource/myget. Is there way to debug ABP source beside using symbolsource?

Hi Hilal,

I want to debug aspnetboilerplate but symbolsource.org is internal server error. Any alternative server? Maybe we can use myget.

Hi,

We also need to use antiforgery tokens. It would be great if aspnetzero has this feature in web API and angular. Any update on this issue?

@hikalkan Thanks for your suggestion

@easyest Cool, I will try your attribute file and thanks for your help :)

<cite>hikalkan: </cite> Hi,

I have running Windows service with ABP and hosting Web APIs in a project. I will check it tomorrow and share related code parts.

Hi,

Do you have code that we could use? As you said in comment above, maybe link to github repository.

Thanks

Hi, any update on this issue?

Here my implementation code:

In AppNavigationProvider.cs

).AddItem(new MenuItemDefinition(
                    PageNames.App.Tenant.Test,
                    L("Test"),
                    url: "test.dashboard",
                    icon: "icon-notebook",
                    customData: new System.Collections.Generic.Dictionary<string, string>() {{ "id", "testId" }}
                    )

When I looked at source page:

<a ui-sref="test.dashboard" ng-if="!menuItem.items.length" class="ng-scope" href="#/test/dashboard">
                <i class="icon-notebook"></i>
                <span class="title ng-binding">Test</span>
            </a>

There is no ID attribute.

Showing 1 to 8 of 8 entries