Skip to content

Add alias method `seat_link_enabled?`

What does this MR do?

Part of #333779 (closed).

This adds seat_link_enabled? method alias for EE::ApplicationSetting#seat_link_enabled to ensure that when we call #seat_link_enabled?, we call the logic from the overriden method, instead of the original dynamically-defined seat_link_enabled, which just checks the value of the database column.

The method has a proper spec coverage in the ApplicationSetting spec.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Piotr Skorupa

Merge request reports