rautniraj
rautniraj
I think some test cases defined are not expected to work this way. I dont have good knowledge to change the test cases. I leave this on your team. For...
@farhatahmad please review
u can skip the autogenerated stuff from the code. Write ur own Form component and validation logic to get userinput. Add the same validation logic to room.rb model to maintain...
### Comment on `imagemagick` Installation Step - Issue in workflow file https://github.com/bigbluebutton/greenlight/blob/c2cae830767a97cc624d767fb17d355d65e9efca/.github/workflows/ci.yml#L40 - Ensure the package lists are updated before installing `imagemagick` to address potential 404 errors when fetching packages...
Hello Sir, already we are having validation on name column validates :name, presence: true, uniqueness: { case_sensitive: false, scope: :provider } Hence duplicate name irrespective of case shouldn't be allowed...
Other solution which i prefer will be ``` def set_role_color case name when 'Administrator' self.color = '#228B22' when 'User' self.color = '#4169E1' when 'Guest' self.color = '#FFA500' else begin self.color...
thank you for providing the link. I have gone through ur link...but its really going above my head on how to use this. I am completely new. If u could...
You can add them in the same way others are added. At the UI end its simply a copy and paste. You can name them accordingly and set the validations...
You can modify the footer react component , try to comment out the code. If you need to set this to different link then you have the option to set...
Then just comment out or more better you can hard code something relevant and even change the greenlight text. Do the same in footer.jsx