-
implement this new operation:
/api/search_one
this takes the same string argument as the search https://github.com/remyla/damas-core/wiki/API#apisearch
but instead of returning a list of matching n…
-
Right now a lot of field types have the same template, but only the `type="text | date | email "` is different.
If you want to change the layout of the fields, you need to override a lot of templates…
-
-
I am newbie to Laravel. I have two mysql tables named galleries and gallery_images. No problem with the galleries crud.But i want to show the gallery_images related to galleries, when a gallery name …
-
Hi,
in datagrid I can use third level by:
$filter = \DataFilter::source(Event::with(['address' => function($q){
$q->with('country');
}]));
But in dataedit I mus use new Event() …
-
Erro na INSERÇÃO do modelo atendente, quando atendente é inserido, o atributo password não é criptografado antes de ser persistido no banco. Ou seja, todo usuário Atendente inserido pelo ator presiden…
-
Hi,
I have a CSV with about 4.000 products, which I try to import via the API.
Problem is, it takes about 5 hours to import these products.
What I've tried.
A) run 100 products per bulk in a for-lo…
-
Jooby doesn't support extending routes. The usage is, define some common API(CRUD) in Abstract route and extend this router to add additional APIs. What exactly I mean is as follows.
`@RestController
…
gdrte updated
8 years ago
-
Hi,
I have simple table in database:
CREATE TABLE Document
(
DocumentID INTEGER NULL,
Title VARCHAR(50),
Published DATE
);
ALTER TABLE Documen…
-
### Expected behaviour
"Can Share" permission should be granted by default in case of fedshare for folders
### Actual behaviour
To grant "Can Share" permission, we have to uncheck and check "can edi…