Page MenuHomeWrite.as

Accept rtl=auto on create/update to determine RTL value based on lang
Closed, ResolvedPublic

Event Timeline

matt raised the priority of this task from to Normal.
matt updated the task description. (Show Details)
matt added a project: API.
matt moved this task to Next Up on the API board.
matt changed the visibility from "All Users" to "Public (No Login Required)".
matt added a subscriber: matt.
matt closed this task as Resolved.EditedMar 8 2016, 3:36 AM
matt claimed this task.

On API v1:

  • rtl=auto accepted on create
  • rtl=auto accepted on update

On API v2:

  • rtl=auto accepted on create

As the Chrome extension only sends the value on create, this is fine for now. Accepting on update convolutes the bool type we expect from the "rtl" property. So this should be revisted later if we want to support updating with the auto value.