カレンダーにイベントを追加すると、ステータスが「休暇中」に変更されます

Discourse Calendar をインストールしており、正常に動作していました。しかし、どのカレンダーもホリデーカレンダーとして機能するようになったことに気づきました。すでにホリデーカレンダーのトピック ID を設定しようとしました。

CleanShot 2023-01-05 at 21.14.27

しかし、どのカレンダーにもイベントを追加すると、私のホリデーステータスが設定されてしまいます。

CleanShot 2023-01-05 at 21.15.40

つまり、実質的にすべてのカレンダーがホリデーカレンダーになっています :eyes:

これはバグですか、それとも見落としている設定がありますか?

「いいね!」 3

私も同じ問題が発生しています!「休暇中」のステータスを削除したり、カレンダーエントリのある投稿を削除しても、問題は解決しません。休暇中ステータスは、削除してから1〜2分後に再適用されます。

「いいね!」 2

修正はわかりましたか?まだこの問題が発生しています🥲

今日はもう一度実行してみます。これを再現するのに役立つ、特別な設定やセットアップはありますか?

「いいね!」 1

どうもありがとうございます!:blush:

私の知る限りではありません。注意すべき点はありますか?現在3.1.0.beta6を使用しています。

インストールされているプラグインは次のとおりです。

## プラグインはここに追加します
## 詳細については https://meta.discourse.org/t/19157 を参照してください
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-docs.git
          - git clone https://github.com/discourse/discourse-chat-integration.git
          - git clone https://github.com/discourse/discourse-checklist.git
          - git clone https://github.com/discourse/discourse-feature-voting.git
          - git clone https://github.com/discourse/discourse-calendar.git
          - git clone https://github.com/discourse/discourse-saved-searches.git
          - git clone https://github.com/discourse/discourse-solved.git
          - git clone https://github.com/discourse/discourse-assign.git
          - git clone https://github.com/discourse/discourse-reactions.git
          - git clone https://github.com/discourse/discourse-cakeday.git
          - git clone https://github.com/discourse/discourse-whos-online.git
          - git clone https://github.com/discourse/discourse-data-explorer.git
          - git clone https://github.com/discourse/discourse-math.git
          - git clone https://github.com/discourse/discourse-footnote.git
          - git clone https://github.com/discourse/discourse-shared-edits.git
          - git clone https://github.com/discourse/discourse-yearly-review.git
          - git clone https://github.com/discourse/discourse-teambuild.git
          - git clone https://github.com/discourse/discourse-spoiler-alert.git
          - git clone https://github.com/discourse/discourse-chat.git
「いいね!」 3

確認したところ、私も同じ状況を確認しました。これは非常に残念なことです。

私の手順:

  • カレンダー付きのトピックを作成する
  • そのトピックIDを holiday calendar topic id に追加して、ホリデーカレンダーを作成する
  • 将来の日付をホリデーカレンダーアイテムとして投稿する
  • 2番目のカレンダーのトピックを作成する
  • 本日の日付を2番目のカレンダーに投稿する

期待される結果 - ホリデーカレンダーアイテムの日付ではないため、ホリデー絵文字は表示されないはずです。

実際の結果 - ホリデーカレンダーエントリに基づき、ホリデー絵文字がユーザー名に追加されます。

「いいね!」 4

それは残念ですが、私が勘違いしていたわけではないとわかって安心しました😵

そのような問題を修正できるよう、Rubyを学ぶことさえ考えています(残念ながら私はPython使いで、Rubyは私の分野ではあまり使われていません🥲)

「いいね!」 2

皆さん、この件に関するご意見ありがとうございます。最新のプラグインバージョンで修正されるはずです。

「いいね!」 2

このトピックは21時間後に自動的にクローズされました。新しい返信は許可されていません。