Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Append random string on form id #1

Merged
merged 1 commit into from
Nov 3, 2020
Merged

Append random string on form id #1

merged 1 commit into from
Nov 3, 2020

Conversation

draj1010
Copy link
Owner

@draj1010 draj1010 commented Nov 3, 2020

  • i was implementing queue functionality. in that in a single file i have more then 10 objects and forms. when i add files in different objects faster then (new Date().getTime()) will create same ids. so it was conflicting my queue function. so i recommend you to use random string function to resolve that case.
  • see this screenshot https://i.imgur.com/0sTWv8N.png. in that i have already append random string.
    thank you :)

- i was implementing queue functionality. in that in a single file i have more then 10 objects and forms. when i add files in different objects faster then (new Date().getTime()) will create same ids. so it was conflicting my queue function. so i recommend you to use random string function to resolve that case. 
- see this screenshot https://i.imgur.com/0sTWv8N.png. in that i have already append random string.
thank you :)
@draj1010 draj1010 merged commit 291ddcb into master Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant