Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

TwinColumn component does not have a "reorderable" attribute in XML #500

Closed
GlebDurygin opened this issue Jun 1, 2021 · 0 comments
Closed
Assignees
Labels
type: bug Something isn't working
Milestone

Comments

@GlebDurygin
Copy link
Contributor

GlebDurygin commented Jun 1, 2021

The TwinColumn has a setReorderable() method and has a TwinColumnLoader#loadReorderable() method in loader, but does not have a "reorderable" attribute in XML.
Also annotate the method using meta-annotations after adding the attribute to the XML:

    @StudioProperty(defaultValue = "true")
    void setReorderable(boolean reorderable);
@GlebDurygin GlebDurygin added the type: bug Something isn't working label Jun 1, 2021
@glebfox glebfox added this to the 1.0.0 milestone Jun 15, 2021
glebfox added a commit that referenced this issue Jun 16, 2021
@knstvk knstvk closed this as completed Jun 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants