Go to file
Nuwan 359ccfe431 fix async call order in configure audio
This error was appearing in audio gear configuration when clicking Next button in
select & test audio gear step. on this button click the program executed
an event listener on input channel check box click (programmatically) and
autoAssignToSingleInput inside the click event handler was invoked
an async call stack which was resolved before the next button click handler completed.
As a result a pop up was showing up saying "The application is no longer modifying a new profile".

This commits fixes this issue by explicitly preventing this event lister handler been executed
in this case.
2023-02-23 19:12:16 +05:30
admin admin page for getting latency recommendation 2021-11-04 19:26:13 +05:30
db change database migrations to be natural rails db migrations. 2021-02-13 20:17:18 -06:00
jam-ui enable test for active_within_days and joined_within_days filter options 2022-02-17 20:17:20 +05:30
monitor Merge with develop 2015-02-12 14:32:12 -06:00
pb Try removing gemfile.lock 2023-01-04 08:44:02 -06:00
ruby Fix odd bug in jam_track_right for current_user, and send https redirectfor download link for jamtrack 2023-01-16 13:08:40 -05:00
web fix async call order in configure audio 2023-02-23 19:12:16 +05:30
websocket-gateway wip - react components related to musician listing and filtering 2021-10-13 22:51:30 +05:30
wordpress/plugins add in wp changes 2021-04-10 20:49:49 -05:00
.gitignore add .ruby-version to .gitignore 2022-12-23 08:18:00 +05:30
atlassian-ide-plugin.xml VRFS-1654 - configure feed layout 2014-05-08 23:18:57 +08:00
bitbucket-pipelines.yml setup staging variables 2021-12-03 16:25:42 +01:00
build Fix special branch casing 2023-01-04 17:57:27 -06:00
init_data.dump change database migrations to be natural rails db migrations. 2021-02-13 20:17:18 -06:00
resetdb.sh build push 2017-05-26 14:47:37 -05:00
runadmin * adding ability to run everything within jam-web for jobs 2014-01-29 13:26:11 -06:00
runjobs * adding ability to run everything within jam-web for jobs 2014-01-29 13:26:11 -06:00
runtests * adding runtests helper 2014-01-31 12:09:44 -06:00
runweb * forcing a build of develop branch 2014-01-05 00:02:48 +00:00
update VRFS-1651 - decoupling jam_ gems from ENV 2014-05-06 22:57:32 -05:00
update2 a better version of update for scott 2014-03-17 12:53:06 -05:00