Code Monkey home page Code Monkey logo

Comments (6)

xgenvn avatar xgenvn commented on July 23, 2024

I'm not sure to be so sophisticated in your case. In my simple case:

  • Create a category: News Category.
    Check the created item by using $node->isRoot(), I got return false (this is a bug?)
  • Add another child category under News, name it Technology.
    Check the News node again $node->isRoot(), also return false.
  • Use makeRoot() to make Technology become root node, I got exception

    Baum \ MoveNotPossibleException
    Could not resolve target node. This node cannot move any further to the right.

So it's possibly a bug around here, just in this simple case.
Maybe it's worse in your case. I can work around by not move it to be root node (which is rarely done), just delete and create new one if necessary.

from baum.

tremby avatar tremby commented on July 23, 2024

Sorry, but it really doesn't sound like your issue is connected. Perhaps
open another ticket.

from baum.

xgenvn avatar xgenvn commented on July 23, 2024

Sorry if my comment messed you up. My point is that I don't think it's stable to use multi-root-nodes in your case (and mine too perhaps). The best possibility is to work under the sole root node. Can you test the case that all of your the current roots to be under one root node, ie: main, footer_right, sub are under ROOTMENU node. Because in my simple case, it's also using moveLeft and moveRight methods, the function should also affect your case if there's a bug right there.

from baum.

tremby avatar tremby commented on July 23, 2024

I was under the impression that multiple roots need to be in different
scopes, which mine are. It doesn't sound like you're using scopes.

from baum.

etrepat avatar etrepat commented on July 23, 2024

I understand the "move between scopes" functionality has some issues.

I'm trying to make this work... I'll prepare an specific test case and work from that.

from baum.

Machecek avatar Machecek commented on July 23, 2024

@etrepat any progress on "move between scopes" functionality?

from baum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.