-
I would like to see replies to comments displayed without the quoted text at all but just below a comment they refer to. As an example, please, have a look on comments part on this blog:
http://nibs…
-
From ResourceSpace [permissions page](http://wiki.resourcespace.org/index.php?title=User_Group_Management&redirect=no):
> U (upper case) Can manage users in children groups to the user's group o…
-
Write some documentation about Nested list generation (specifically about tree fields configuration)
-
Have RM 2.0.0 installed and downloaded the Master branch through git in the plugins directory. However, when I run the rake command
( RAILS_ENV=production rake db:migrate:plugin NAME=redmine_mileston…
-
Hello, i have a problem when adding nestedset to running project. my project using `parentid` as a parent_id key so i add this line into my model
```
public function getParentIdName()
{
re…
-
Can't select specific columns in `->get(['id', 'title'])` method. Always I get all fileds (`*` in select query)
-
1.It will change my model "parent_id" when I use this method.
2.The result is not what I want.
================================================================
My local enviroment :
- Laravel 5.…
-
Hi!
I found out that ->ancestors() not working, not sure that it is the right way to fix it, but that patch solves the problem:
in original (lazychaser/laravel-nestedset) QueryBuilder.php inside …
-
### Information about bug
bench --site site1.local install-app hrms
App erpnext already installed
Installing hrms...
Setting up Frappe HR...
Installation for Frappe HR app failed due to an erro…
-
I have noticed the the getAncestors method on a node seems to give the ancestors in the order they were created.
Is this behaviour intended? I was wanting to use this info to generate breadcrumbs.
…