Mahmoud Mosalman

Results 6 issues of Mahmoud Mosalman

The following warnings appears on Google Chrome console (version 56): ```console 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 'webkitIndexedDB' is deprecated and will be removed in M57, around...

I use ocLazyLoad with ui-router: ``` .state('view', { url: '/view/:id', parent: 'app', templateUrl: 'app/view/view-template.html', controller: 'viewCtrl', abstract: true, resolve: { viewResolve: function(Restangular, $stateParams) { return Restangular.one('qInfo', $stateParams.id).withHttpConfig({ cache: false }).get();...

I recently updated to version (1.0.1). But in the layers menu there is an unknown layer named **toNumber**. In the controller I didn't define any overlays! ![tonumber](https://cloud.githubusercontent.com/assets/5320237/18116743/9e3e2600-6f5f-11e6-8645-b90c4753c1b7.png) There isn't any...

MISSING MCVE (Example)

## Bug report ### Describe the bug `deleteMany` has a problem with params ### Expected behavior I'm trying to use `deleteMany ` for bulk delete operation, but it fails. ###...

issue: bug
severity: low
source: core:database
status: pending reproduction

Nice job! please add `Leaflet.NavBar.css` and image files to `bower.json`. These are necessary for proper asset loading.

## Issue Description I have a many to many relation: **document.entity:** ``` @ManyToMany(type => Department) @JoinTable() departments: Department[]; @Column("text", {array: true, nullable: true}) @RelationId((document: Document) => document.departments) departmentIds: string[]; ```...

bug
driver: postgres
requires triage