Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
OpenFlipper-Free
OpenFlipper-Free
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 5
    • Merge Requests 5
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • OpenFlipper-Free
  • OpenFlipper-FreeOpenFlipper-Free
  • Issues
  • #108

Closed
Open
Opened May 31, 2017 by Isaak Lim@limDeveloper

Grouping created objects from with RPC::callFunctionValue does not work as expected.

  1. Create a bunch of objects with emit addEmptyObject and store the ids.
  2. Group them with RPC::callFunctionValue<int>("datacontrol","groupObjects", ids, QString("test_group"));

This will result in the situation shown in the image: datacontrol

It is no longer possible to expand the group.

Note that groupObjects behaves as expected when using RPC::callFunctionValue on objects that were added via the UI (e.g. creating them with the PrimitivesGenerator Plugin).

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: OpenFlipper-Free/OpenFlipper-Free#108