-
-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Page ordering past depth of 5 #636
Comments
@tidyui while i tried to update my solution with PIrhana 7.0 alpha1 prerelease, i am getting the following error does the binders namespace moved from pirhana.Manager namespace (the 61.0 version of Pirhana Manager has Binders namespace in it) please help to fix this |
Hi there! You can see the startup code for 7.0 alpha1 here: https://github.com/PiranhaCMS/piranha.core.templates/blob/master/blog/mvc/Startup.cs#L35 Please do not comment on closed issues, open a new issue instead. Best regards |
well my question is :
1) is there a Nuget package called "Pirhana.core" ?
2) Pirahana.Manager version 6.1.0 contains Binders Namaespace in it, where
as Pirhana.Manager version 7.1.0 alpha1 doesnot contain Binders namespace
in it. where can i find Binders namespace?
3) changes that you made to fix Max page depth for issue
#636 is under which dll
(it Pirhana.Manager)????
can you please respond to above questions as soon as possible
Thanks & Regards
Kiran
…On Wed, Jul 10, 2019 at 12:35 PM Håkan Edling ***@***.***> wrote:
Hi there! You can see the startup code for 7.0 alpha1 here:
https://github.com/PiranhaCMS/piranha.core.templates/blob/master/blog/mvc/Startup.cs#L35
Please do not comment on closed issues, open a new issue instead.
Best regards
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#636?email_source=notifications&email_token=AMSPDPB7S7LEQ4X4YZE3JODP6YMVHA5CNFSM4HR2ADV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZUGEMY#issuecomment-510157363>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMSPDPGA327LCJUMS6YI4KLP6YMVHANCNFSM4HR2ADVQ>
.
|
|
Hi Hakan,
Good Afternoon !
After upgrading to below versions from 6.1.0
Piranha 7 alpha2,
Piranha.AspNetCore 7 alpha2,
Phirana.Manager 7 alpha2
i am getting attached error , can you please take a look and help me in
fixing the issue
Thank you for your support in advance !
…On Wed, Jul 10, 2019 at 1:59 PM Håkan Edling ***@***.***> wrote:
1. No
2. ModelBinders are not used in 7.0 as ModelBinding is used when
models are sent to the server as Form Data. 7.0 uses Vue.js and sends all
models as Json, that’s why the new startup does some Json configuration
instead of adding binders.
3.
https://github.com/PiranhaCMS/piranha.core/blob/master/core/Piranha.Manager/assets/src/js/piranha.pagelist.js#L43
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#636?email_source=notifications&email_token=AMSPDPFA5I62DBEF2PEUM5DP6YWPLA5CNFSM4HR2ADV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZUNJQQ#issuecomment-510186690>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMSPDPAN3UZUWTUBPJD5ESLP6YWPLANCNFSM4HR2ADVQ>
.
|
The tree ordering component appears to be using nestable which has a default level of 5. Users have complained of this and so I overrode it locally to default to 100 with the below.
The text was updated successfully, but these errors were encountered: