mirror of https://github.com/zulip/zulip.git
stream_settings: Remove "Stream events" field.
"Stream events" field in "Stream details" section uses hardcoded link for "stream events" topic. This link breaks if the organization language is set to something other than English and the "stream events" topic has a translated name. The field also does not handle scenarios where the organization switched languages and thus "stream events" topic is in different languages depending on when the stream was created. Additionaly, we are currently undergoing a major change to rename "Streams" to "Channels" and as part of this change "stream events" will be renamed to "channel events". We currently don't have a plan for linking these together or moving messages to the new topic. Keeping these points in mind, it is best to remove this field for now.
This commit is contained in:
parent
7aa90440ed
commit
225e004bba
|
@ -104,10 +104,6 @@
|
|||
{{/tr}}
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="stream_details_subsection">
|
||||
{{t "Stream events"}}<br/>
|
||||
<a href="{{preview_url}}/topic/stream.20events">{{t "View events" }}</a>
|
||||
</div>
|
||||
<div class="stream_details_subsection">
|
||||
{{t "Stream ID"}}<br/>
|
||||
{{stream_id}}
|
||||
|
|
Loading…
Reference in New Issue