From 955fc747175911774797a2eb4b25152a1b9feec8 Mon Sep 17 00:00:00 2001 From: Ingmar Vogel Date: Tue, 28 May 2024 12:19:23 +0200 Subject: [PATCH] slightly tweaked version of demo ui --- .../LQPollDraftBuilder.class/instance/runPoll.st | 1 + .../LQPollDraftBuilder.class/methodProperties.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/Liquid-UI.package/LQPollDraftBuilder.class/instance/runPoll.st b/packages/Liquid-UI.package/LQPollDraftBuilder.class/instance/runPoll.st index 8a25fa27..7a93445c 100644 --- a/packages/Liquid-UI.package/LQPollDraftBuilder.class/instance/runPoll.st +++ b/packages/Liquid-UI.package/LQPollDraftBuilder.class/instance/runPoll.st @@ -8,5 +8,6 @@ runPoll poll startWithId: givenPollID ifTaken: [^ UIManager default inform: 'This ID is already taken']. + self destroy. 'ToolBuilder open: (LQRunningPollView newWithPoll: poll)' \ No newline at end of file diff --git a/packages/Liquid-UI.package/LQPollDraftBuilder.class/methodProperties.json b/packages/Liquid-UI.package/LQPollDraftBuilder.class/methodProperties.json index fc7cf532..3c7400c0 100644 --- a/packages/Liquid-UI.package/LQPollDraftBuilder.class/methodProperties.json +++ b/packages/Liquid-UI.package/LQPollDraftBuilder.class/methodProperties.json @@ -33,6 +33,6 @@ "removeQuestion" : "Ingmar Vogel 5/20/2024 11:01", "removeQuestionBuilderAt:" : "Ingmar Vogel 5/19/2024 15:42", "removeQuestionButtonFrame" : "Ingmar Vogel 5/19/2024 15:31", - "runPoll" : "Ingmar Vogel 5/28/2024 12:13", + "runPoll" : "Ingmar Vogel 5/28/2024 12:18", "runPollButtonFrame" : "bn 8/2/2022 16:59", "setIndex:" : "bn 6/23/2022 22:17" } }