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

property set to isHidden is still visible in detailed view #75

Open
mathib opened this issue Apr 28, 2020 · 0 comments
Open

property set to isHidden is still visible in detailed view #75

mathib opened this issue Apr 28, 2020 · 0 comments
Labels

Comments

@mathib
Copy link

mathib commented Apr 28, 2020

Expected Behavior

When setting a property to isHidden the property should not show in regular reactor view and detailed view.

Actual Behavior

The property is hidden in regular reactor view but not in detailed view

Steps to Reproduce the Problem

  1. Add a named property and set isHidden in reactor.js:
        property: {
            'generic': {
                propertyReactor: ['IndividualProperty'],
                //following are object-based scope:
                objectReactor: ['IndividualObject'],
                //to view/edit individual object values
                objectIViewer: ['BasicIndividualView'],
                objectIEditor: ['BasicIndividualInput'],
                extendedOEditor: ['BasicIndividualDetailEdit'],
                extendedOViewer: ['BasicIndividualDetailView'],
                shortenURI: 0, 
                category: ['General properties'], // MB: default category for all properties
                allowNewValue: 1,
            },
            'https://domain.org/myhiddenproperty': {
                isHidden: 1,
            },

Specifications

  • Version: LD-R 1.3.7
  • Platform: Windows 10
@ali1k ali1k added the bug label Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants