GithubHelp home page GithubHelp logo

psarticlerequest's Issues

jqBootstrapValidation

Ihr benutzt hier https://github.com/proudcommerce/psArticleRequest/blob/master/copy_this/modules/proudsourcing/psArticleRequest/application/views/flow/tpl/form/ps_article_request_form.tpl#L1-L2 jqBootstrapValidation … dunno ob das in (neueren?) OX mit drinne ist, hier in einer 4.8.4 ist es nicht und folglich schepperts JS technisch sodaß slider und alles mögliche nicht mehr tun sobald die psArticleRequest form angezeigt wird … zumindest ein Hinweis im readme dahingehend wäre sinnvoll …

No delete button in admin list

I wondered why there is no delete button (trashcan symbol) in the admin list in Oxid Shop 6.1.5.
In Oxid 4.8.10 the delete button is an the last column from the list and in 6.1.5 the trashcan symbol is missing.

I figured out, that this is caused by the code in /Application/views/admin/tpl/psarticlerequest_admin_list.tpl
When the OXSHOPID is updated to "1" instead of "oxbaseshop" in the sql database the trashcan isn´t displayed
due to an assign of the var="readonly" according to "oxbaseshop".

I edited the code in psarticlerequest_admin_list.tpl from
[{assign var="where" value=$oView->getListFilter()}] [{ if $shopid !=
"oxbaseshop" }] [{assign var="readonly" value="readonly disabled"}]
[{else}] [{assign var="readonly" value=""}] [{/if}
"

to
[{assign var="where" value=$oView->getListFilter()}] [{ if $shopid !=
"1" }] [{assign var="readonly" value="readonly disabled"}]
[{else}] [{assign var="readonly" value=""}] [{/if}]"

and then the trashcan symbol appears, so everything works fine then.

Maybe this is helpful for other users.

Kind regards,
Michael

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.