-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docを初回公開する時のみ「Doc公開」、それ以外は「内容を更新」と表示するようボタンテキストを変更 #8100
Docを初回公開する時のみ「Doc公開」、それ以外は「内容を更新」と表示するようボタンテキストを変更 #8100
Conversation
@kurumadaisuke |
@Ryooo-k |
@Ryooo-k ・Doc作成ページを開き、適当に「タイトル」「本文」にデータ入力後WIPボタンを押し、ボタンテキストが「Docを公開」になっているか確認 |
@kurumadaisuke
挙動の確認は合っています👌
下記動画の通り私の環境だと、新規作成→データ入力→WIP→「Docを公開」になっているんですよね💦 2024-10-07.23.50.47.movお手数おかけしますが、動画で共有いただけないでしょうか🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
すいません、自分が確認手順間違っていました🙏
挙動あっていましたのでApproveいたします!
@kurumadaisuke 確認内容
現状現状は下記動画のように「Docを公開」を押した際、右上に緑色の通知メッセージが表示されますが、そのメッセージ内容が「ドキュメントを更新しました。」と表示されてしまっていますので、今回の修正に合わせた変更となります。 default.mov修正内容 |
@Ryooo-k |
@kurumadaisuke @komagata |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認させて頂きました。OKです〜🙆♂️
ご確認ありがとうございます! |
Issue
概要
Doc作成の際、公開していない状態でWIPとした場合、下図の赤枠部分のボタンテキストが「内容を更新」と表示されているが、公開していない場合は「Docを公開」と表示されるように変更いたします。
変更確認方法
chore/change-button-text-update-content-to-publish-doc
をローカルに取り込むI.
git fetch origin pull/8100/head:chore/change-button-text-update-content-to-publish-doc
Ⅱ.
git checkout chore/change-button-text-update-content-to-publish-doc
foreman start -f Procfile.dev
でローカルサーバーを立ち上げるI. Doc作成ページを開き、ボタンテキストが
Docを公開
になっているか確認Ⅱ. データ入力後WIPボタンを押しても、ボタンテキストが
Docを公開
のままになっているか確認Ⅲ.
Docを公開
ボタンを押した後、内容変更
ボタンを押し編集画面に移動する。そして、ボタンテキストが内容を更新
になっているか確認Ⅳ. WIPボタンを押す。公開後、WIP状態にしてもボタンテキストが
内容を更新
になっているか確認Screenshot
変更前
変更後