#3135: Pressing Run button in GUI dialogs open a new dialog
-------------------------+-------------------------
Reporter: martinl | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.0.5
Component: wxGUI | Version: svn-trunk
Keywords: | CPU: Unspecified
Platform: Unspecified |
-------------------------+-------------------------
Some modules is not possible to run from the GUI. Steps to reproduce:
1. Open the GUI (`g.gui`)
2. Go to 'Console' and type `t.list`
3. New dialog appears
3. Press `Run` button to run the module
4. Instead of running the module a new GUI dialog for the module appears
There are probably more modules affected (those with no option required).
Note when running the module from terminal (`t.list --ui`) the dialog
works as expected.
#3135: Pressing Run button in GUI dialogs open a new dialog
--------------------------+-------------------------
Reporter: martinl | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.0.5
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Comment (by martinl):
In [changeset:"69263" 69263]:
{{{
#!CommitTicketReference repository="" revision="69263"
Pressing Run button in GUI dialogs open a new dialog (see #3135)
}}}
#3135: Pressing Run button in GUI dialogs open a new dialog
--------------------------+-------------------------
Reporter: martinl | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.0.5
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Comment (by martinl):
In [changeset:"69395" 69395]:
{{{
#!CommitTicketReference repository="" revision="69395"
Pressing Run button in GUI dialogs open a new dialog (see #3135)
}}}
#3135: Pressing Run button in GUI dialogs open a new dialog
--------------------------+-------------------------
Reporter: martinl | Owner: grass-dev@…
Type: defect | Status: closed
Priority: critical | Milestone: 7.0.5
Component: wxGUI | Version: svn-trunk
Resolution: fixed | Keywords:
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Changes (by martinl):
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"69396" 69396]:
{{{
#!CommitTicketReference repository="" revision="69396"
Pressing Run button in GUI dialogs open a new dialog (fixes #3135)
}}}