Skip to content

Add parseBoolean helper function

Inactive Account requested to merge winh-parse-boolean into master

What does this MR do?

This introduces a new parseBoolean() helper function similar to parseInt().

We already had a helper with same functionality called convertPermissionToBoolean(). However that name was suggesting it only works for permissions. This merge request marks it deprecated and a future merge request will remove it completely.

What are the relevant issue numbers?

follow-up from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8519#note_118820779

Does this MR meet the acceptance criteria?

Edited by Inactive Account

Merge request reports