approval icon indicating copy to clipboard operation
approval copied to clipboard

:ok_man::no_good: Approval flow for Rails

Results 6 approval issues
Sort by recently updated
recently updated
newest added

With Rails 6 the following deprecation warning is shown: ``` DEPRECATION WARNING: Initialization autoloaded the constant Approval::Mixins. Being able to do this is deprecated. Autoloading during initialization is going to...

Error: " TypeError: superclass must be a Class (Module given)" coming while creating approval request data

Hi, Is it possible that any Admin user can approve change request for a target record or its possible only for specific user? Thanks

when you file a request rather than do a normal save it doesn't seem like model validation errors display in the form. i handled this with the code below, but...

Problem: The migration generated from `bundle exec rails generate approval:install` does not recognize the type of the primary id being used, thus one has to manually adjust the migration file...

Nested attributes are not included in the approval request.