This disables the history button when clicking a given entry if thick threaded on web. Disabling the history button for a day box will be introduced in a separate diff
Depends on D13348
Differential D13349 Authored by will on Sep 16 2024, 1:34 AM.
Tags None Referenced Files
Subscribers None
Details Summary This disables the history button when clicking a given entry if thick threaded on web. Disabling the history button for a day box will be introduced in a separate diff Depends on D13348 Test Plan Checked on local web app. history button no longer appears
Diff Detail
Event TimelineHarbormaster completed remote builds in B31631: Diff 44203.Sep 16 2024, 2:14 AM2024-09-16 02:14:10 (UTC-7) Comment Actions Let's document this somewhere. Also, it might be a good idea to introduce a single flag for it. This revision is now accepted and ready to land.Sep 16 2024, 5:50 AM2024-09-16 05:50:52 (UTC-7) Comment Actions Where would we document? Maybe @tomek was thinking of something like a function function isCalendarEntryHistoryEnabled(threadType: ThreadType): boolean Closed by commit rCOMM7b68beb6c9d3: [web] disable history button on web on clicking entry (authored by will). · Explain WhySep 16 2024, 2:27 PM2024-09-16 14:27:49 (UTC-7) This revision was automatically updated to reflect the committed changes. Comment Actions
Ah, I should've added more details. I was thinking about creating a task that tracks introducing the history of thick thread entries and removing a flag (or a function).
Revision Contents
Diff 44255 web/calendar/entry.react.js
|