Skip to content

Commit

Permalink
[feenkcom/gtoolkit#4136] added id for LePage database action
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Nierstrasz committed Nov 4, 2024
1 parent 4e9b6e7 commit 4e60e0c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Lepiter-UI/LePage.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ LePage >> gtDatabaseActionFor: anAction [
tooltip: 'Inspect the page''s database';
priority: 8;
icon: LeIcons lepiterDatabase;
id: LePageDatabaseActionId;
action: [ :aButton | aButton phlow spawnObject: self database ]
]

Expand Down
10 changes: 10 additions & 0 deletions src/Lepiter-UI/LePageDatabaseActionId.class.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Class {
#name : #LePageDatabaseActionId,
#superclass : #BlElementUniqueId,
#category : #'Lepiter-UI-Element IDs'
}

{ #category : #'as yet unclassified' }
LePageDatabaseActionId >> asSymbol [
^ #'le-page--database-action'
]

0 comments on commit 4e60e0c

Please sign in to comment.