Skip to content
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

Closed
jgreene opened this issue May 31, 2019 · 5 comments
Closed

Page ordering past depth of 5 #636

jgreene opened this issue May 31, 2019 · 5 comments

Comments

@jgreene
Copy link

jgreene commented May 31, 2019

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.

     $('.dd').nestable({
            maxDepth: 100,
            group: 1
     });
@kvelineni
Copy link

@tidyui while i tried to update my solution with PIrhana 7.0 alpha1 prerelease, i am getting the following error
image

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

@tidyui
Copy link
Member

tidyui commented Jul 10, 2019

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

@kvelineni
Copy link

kvelineni commented Jul 10, 2019 via email

@tidyui
Copy link
Member

tidyui commented Jul 10, 2019

  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

@kvelineni
Copy link

kvelineni commented Jul 16, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants