From 8fcc77bd33ae72964c0e3cff47d5bb19593c3bc9 Mon Sep 17 00:00:00 2001 From: yypsybs <yypsybs@foxmail.com> Date: 星期三, 13 九月 2023 12:08:34 +0800 Subject: [PATCH] PRcheckbox --- _Main/BL/Type_PRData/StaticMethod_DoCall.qbl | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/_Main/BL/Type_PRData/StaticMethod_DoCall.qbl b/_Main/BL/Type_PRData/StaticMethod_DoCall.qbl index 999b5f6..56222b2 100644 --- a/_Main/BL/Type_PRData/StaticMethod_DoCall.qbl +++ b/_Main/BL/Type_PRData/StaticMethod_DoCall.qbl @@ -9,8 +9,12 @@ TextBody: [* // yypsybs Sep-12-2023 (created) + info( "DoCall " + [String]toCalls.Size() + " PRs" ); + nowNo := 1; traverse( toCalls, Elements, toCall, toCall.SendStatus() = "" ) { + info ( "DoCall " + [String]nowNo + "/" + [String]toCalls.Size() + " PR" ); toCall.DoCall( globalData, callBy ); + nowNo := nowNo + 1; } *] } -- Gitblit v1.9.3