Pasha MESH

Results 7 comments of Pasha MESH

This will allows to change cookie expiration after application is configured. For example to handle `remember me` functionality. Please check test (https://github.com/oauthjs/angular-oauth2/pull/125/files#diff-c7dae382019f82458da39f461f216b47R56).

"Are you talking about changing the output file at the end of the show that's currently recording, using a new file for the next show?" Is it possible to detect...

@mkrufky , can you review my commits sticked to this issue?

Thank you for review. Will try to do changes according your notes.

I also faced with such task. From what I see need to pass `entry`: 1. https://github.com/marmelab/ng-admin/blob/master/src/javascripts/ng-admin/Crud/field/maReferenceField.js#L38 to `ReferenceRefresher.refresh()` call 2. https://github.com/marmelab/ng-admin/blob/master/src/javascripts/ng-admin/Crud/repository/ReferenceRefresher.js#L12 to `this.ReadQueries.getAllReferencedData()` call 3. https://github.com/marmelab/admin-config/blob/master/src/Queries/ReadQueries.js#L205 to `options.searchQuery()` call.

As I see it's just enables frontend list for additional storages. Appropriate backed part is absents in this repo.