Skip to content

Conversation

XaBe20
Copy link
Contributor

@XaBe20 XaBe20 commented Jan 16, 2019

No description provided.

…de tree interface ) to be able to create a node in the root dir with contextMenu
Node selecting when refreshing working.
Upload asset data-url updating when refreshing.
- Rest api for deleting documents
- drag-and-drop

public function getForm()
{
// This method is not needed to delete entities.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The method MUST return a FormInterface object


public function getFormHandler()
{
// This method is not needed to delete entities.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The method MUST return a ApiFormHandler object


public function getManager()
{
return $this->get('kiboko_dam.document_manager.api');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pass the service in the DI


public function getFormHandler()
{
// This method is not needed to delete entities.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The method MUST return a ApiFormHandler object


public function getForm()
{
// This method is not needed to delete entities.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The method MUST return a FormInterface object

*/
public function process(Document $entity, DocumentNodeInterface $node)
{
//FIXME:: Implement FormHandlerInterface
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix issue

$names->add($nameToApply);

$slugs = new ArrayCollection();
$slugs->add($nameToApply);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The LocalizedFallbackValue MUST NOT be the same entity for both fields

// e.preventDefault();
// },false);

$(".drop-target").find('*').addBack().on(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check consequences of find('*') call


public function getManager()
{
return $this->get('kiboko.document_node_manager.api');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pass the service in the DI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants