mirror of https://github.com/zulip/zulip.git
939a6edf0f
This commit renames "can_edit_topic_of_any_message" function in models.py to "can_move_messages_to_another_topic" and "user_can_edit_topic_of_any_message" function in settings_data.js to "user_can_move_messages_to_another_topic". This change is done since topic editing permission does not depend on message sender now and messages are considered same irrespective of whether the user who is editing the topic had sent the message or not. This also makes the naming consistent with what we use for the label of this setting in webapp and how we describe this action in help documentation. |
||
---|---|---|
.. | ||
actions | ||
data_import | ||
integration_fixtures/nagios | ||
lib | ||
management | ||
migrations | ||
openapi | ||
tests | ||
tornado | ||
views | ||
webhooks | ||
worker | ||
__init__.py | ||
apps.py | ||
context_processors.py | ||
decorator.py | ||
filters.py | ||
forms.py | ||
logging_handlers.py | ||
middleware.py | ||
models.py | ||
signals.py |