Page MenuHomePhabricator

[web] disable history button on web on clicking entry
ClosedPublic

Authored by will on Mon, Sep 16, 1:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 17, 2:10 PM
Unknown Object (File)
Tue, Sep 17, 1:19 PM
Unknown Object (File)
Tue, Sep 17, 8:12 AM
Unknown Object (File)
Mon, Sep 16, 2:00 PM
Unknown Object (File)
Mon, Sep 16, 1:59 PM
Unknown Object (File)
Mon, Sep 16, 1:56 PM
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

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

will requested review of this revision.Mon, Sep 16, 2:14 AM

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.Mon, Sep 16, 5:50 AM

Where would we document? Maybe @tomek was thinking of something like a function function isCalendarEntryHistoryEnabled(threadType: ThreadType): boolean

Where would we document? Maybe @tomek was thinking of something like a function function isCalendarEntryHistoryEnabled(threadType: ThreadType): boolean

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).