Page MenuHomePhabricator

[lib][native][web] Move validChatNameRegex to validation-utils.js
ClosedPublic

Authored by patryk on Sep 1 2023, 5:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 27, 2:41 PM
Unknown Object (File)
Tue, Aug 27, 4:35 AM
Unknown Object (File)
Mon, Aug 26, 11:07 AM
Unknown Object (File)
Mon, Aug 26, 6:39 AM
Unknown Object (File)
Jul 28 2024, 8:42 PM
Unknown Object (File)
Jul 28 2024, 8:42 PM
Unknown Object (File)
Jul 28 2024, 8:42 PM
Unknown Object (File)
Jul 28 2024, 8:39 PM
Subscribers

Details

Summary

This diff resolves the ReferenceError issue on web, which was occurring after the introduction of D8834.

error2.png (409×511 px, 85 KB)

Depends on D8945.

Test Plan

Check if all files import validChatNameRegex, validChatNameRegexString, chatNameMaxLength from validation-utils.js

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

patryk held this revision as a draft.
patryk edited the test plan for this revision. (Show Details)
patryk added reviewers: tomek, inka.
patryk attached a referenced file: F737992: error2.png. (Show Details)
patryk edited the test plan for this revision. (Show Details)

Why moving this to validation-utils.js and not to other file?

validChatNameRegex has a word valid => validation => validation-utils.js

rohan added a subscriber: rohan.

Didn't review this super closely, seems like just a move

This revision is now accepted and ready to land.Sep 1 2023, 7:20 AM