Skip to content

Commit

Permalink
fix #1050
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuzzi committed Dec 6, 2019
1 parent f0b129d commit 6c3f508
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ search area
renderProcessTypeComboOn: html
| definitionsNames |

definitionsNames := (self defaultProcessDefinitionClass getAllVersionsIn: self getSelectedApplication) collect: [:each | each processName].
definitionsNames := self defaultProcessDefinitionClass getAllProcessNamesIn: self getSelectedApplication.

html div class: 'top-search-div'; with: [
html label
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"renderProcessIdOn:" : "brunobb 11/12/2019 02:00",
"renderProcessMapOn:" : "brunobb 11/12/2019 08:41",
"renderProcessTasksDetailsOn:" : "brunobb 11/12/2019 08:37",
"renderProcessTypeComboOn:" : "brunobb 11/12/2019 02:00",
"renderProcessTypeComboOn:" : "brunobb 12/06/2019 12:12",
"renderResumeStateIconOn:" : "brunobb 11/12/2019 02:00",
"renderSearchOptionsOn:" : "brunobb 11/12/2019 02:00",
"renderShowLateralListIconOn:" : "brunobb 11/12/2019 02:06",
Expand Down
Loading

0 comments on commit 6c3f508

Please sign in to comment.