Git Product home page Git Product logo

novaezextrabundle's People

Contributors

ddoghri avatar maximstrukov avatar okante avatar plopix avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

novaezextrabundle's Issues

404 thrown on invisible or hidden location, event on back office

Hello,

I'm not sure but it seems it's a issue : when trying to display an invisible or hidden location on the backoffice, the \Novactive\Bundle\eZExtraBundle\EventListener\PreContentViewListener throws a 404

if ($location->invisible == 1 or $location->hidden == 1) {
    throw new NotFoundHttpException("Page not found");
}

I understand that content shouldn't be displayed on the frontend, but it should be possible to edit on the back office.

Thanks in advance

Deprecate & optimize content_by_contentinfo & contenttype_by_content

2.2 introduced location->getContent()
2.4 introduces content->getContentType()

  1. Functions here can be optimized to take advantage if they sense the methods being there, it will avoid objects being loaded several times
  2. The mentioned twig functions can be deprecated in favour of the native features

Do the documentation of the Content Manager

try
{
    $content = $contentManager->getContentService()->loadContentByRemoteId( $remoteId );
    $newContent = $contentManager->updateContent( $content, $data );
}
catch( NotFoundException $e )
{
    $newContent = $contentManager->createContent( 'hotel', 2, $data, [ 'remoteId' => $remoteId ] );
}

Explain Autofill etc..

Hello Yassine bug!

Thanks for reporting an issue! We love feedback.

However, this repository is what we call a "subtree split": a read-only copy of one directory of the main repository. It is used by Composer to allow developers to depend on specific bundles.

If you want to report or contribute, you should instead open your issue on the main repository:

https://github.com/Novactive/Nova-eZPlatform-Bundles

Thank you for your contribution!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.