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

Make Site DB available without connecting to progr... #433

Open
github-actions bot opened this issue Jan 14, 2021 · 0 comments
Open

Make Site DB available without connecting to progr... #433

github-actions bot opened this issue Jan 14, 2021 · 0 comments
Labels
bump: minor Issue or PR documents a new feature requiring a minor version bump. dobranch Create issue branch when issue is assigned. priority: normal Issue or PR is normal priority. status: backlog Issue or PR is open, unmilestoned, and unassigned. todo Issue was created automatically from an ISSUE statement in the code. type: feature Issue or PR adds or requests new functionality.
Milestone

Comments

@github-actions
Copy link
Contributor

Make Site DB available without connecting to program DB.

# ISSUE: Make Site DB available without connecting to program DB.

        :param __widget: the Gtk.ImageMenuItem() that called this class.
        :return: None
        :rtype: None
        """
        _dialog = EditOptions(parent=self)

        pub.sendMessage('request_get_option_attributes',
                        node_id='siteinfo',
                        table='siteinfo')

        # ISSUE: Make Site DB available without connecting to program DB.
        #
        # The site DB should be available without having to connect to a
        # program DB.  Currently the site DAO is a member of the
        # ProgramManager's dict of data managers.  The site DAO needs to be
        # made available out of __main__.py or the ProgramManager needs to
        # be made accessible to the RAMSTKDesktop so site options can be
        # accessed.
        # assignees: weibullguy
        # label: globalbacklog, normal
        if _dialog.do_run() == Gtk.ResponseType.OK:
            print("Need site admin or higher privileges.")

        _dialog.do_destroy()

ndex 34a81352..7e0e9b96 100644
++ b/src/ramstk/views/gtk3/widgets/label.py

4e42b0a21237599ab55f71e9aee271ab314c708a

@github-actions github-actions bot added the todo Issue was created automatically from an ISSUE statement in the code. label Jan 14, 2021
@weibullguy weibullguy self-assigned this Jan 14, 2021
@weibullguy weibullguy added enhancement status: backlog Issue or PR is open, unmilestoned, and unassigned. bump: minor Issue or PR documents a new feature requiring a minor version bump. priority: normal Issue or PR is normal priority. type: feature Issue or PR adds or requests new functionality. and removed enhancement labels Jan 14, 2021
@weibullguy weibullguy added the dobranch Create issue branch when issue is assigned. label Aug 22, 2021
@weibullguy weibullguy added this to the v1.0.0 milestone Feb 8, 2022
@weibullguy weibullguy removed their assignment Apr 17, 2022
@weibullguy weibullguy modified the milestones: v1.0.0, v0.20.0 Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump: minor Issue or PR documents a new feature requiring a minor version bump. dobranch Create issue branch when issue is assigned. priority: normal Issue or PR is normal priority. status: backlog Issue or PR is open, unmilestoned, and unassigned. todo Issue was created automatically from an ISSUE statement in the code. type: feature Issue or PR adds or requests new functionality.
Projects
None yet
Development

No branches or pull requests

1 participant