Skip to content
#

cmf

Here are 58 public repositories matching this topic...

october
anketwokings
anketwokings commented Feb 6, 2018

How to recreate

  • Preview a page that has content stored in contentblocks.

  • When previewing a page that has content stored in contentblocks, the contentblocks do not show.

Expected behaviour

The contentblocks showing exactly as they do on the saved webpage

Error

With strict_variables: true, the error that is given is

Key "block" for array with keys "textsection" do
Pixney-William
Pixney-William commented Sep 2, 2019

So i was working on an ajax contact form for a module i have. And i have been googling to try to solve it but i ended up just working with native Laravel functionality instead. I think we would need documentation regarding this if it doesn't exist:

  1. Create an addon/module with migration (basic fields for a contact form, name, email)
  2. How to use a formbuilder to render the form in html incl
mdcass
mdcass commented Feb 5, 2020

Describe the bug
I have a Link which heads to a Controller independent of the dashboard functionality which return redirect()->back() - the route of the link is visited and changes in the browser, however the URL is not then updated after the redirect back.

// Link
Link::make('Refresh Access Token')
   ->icon('icon-refresh')
   ->route('bank-connections.refresh-access-token'
CRUD
juventus18
juventus18 commented Apr 8, 2020

Bug report

What I did

the styling for select2 form controls does not match that of other controls

What I expected to happen

styling should match

What happened

using latest Chrome, the select2 form controls have a "smaller height" from other elements. You can see this on the demo page https://demo.backpackforlaravel.com/admin/article/1031/edit
(the select2 fie

ChristianGiupponi
ChristianGiupponi commented Nov 5, 2019

Summary of issue

Fail to log user due to AppServiceProvvider.
It's wired because this is the first time ever that this issue shows up, looks like that the closure pass the wrong object.

Argument 1 passed to App\Providers\AppServiceProvider::App\Providers\{closure}() must be an instance of Illuminate\Support\Carbon, instance of Carbon\Carbon given

it refear to AppServiceProv

textpattern
Bloke
Bloke commented Apr 13, 2016

It's high time we introduced a test suite alongside the development process to help catch regressions. As we move towards a more class-based ecosystem with less reliance on global variables, this should become achievable with something like PHPUnit.

This will be an ongoing issue, so no milestone required. It can be closed when a framework is in place and the tests start being added. At minimum we

alexander-schranz
alexander-schranz commented Oct 10, 2019
Q A
Bug? no
New Feature? yes
Sulu Version for 2.0
Browser Version -

Actual Behavior

Currently there exist no account_selection content type.

Expected Behavior

There should exist a account_selection content type.

Possible Solutions

1. Create a AccountSelection Content Type similiar to.

Here it can have a look at the [S

ElectricMaxxx
ElectricMaxxx commented Oct 8, 2017

@fpletz here i would wish to get a nix environment to test and run our sandbox. it should contain all stuff mentioned on README.md. So:

  • webserver to serve a syfmoyn app (nginx + php-fpm + modules)
  • mysql db with credentials (+Grants) mentioned in parameters.yml for dbal implementation
  • jackrabit server for jackrabit implementation
  • setup script to inst

Improve this page

Add a description, image, and links to the cmf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cmf topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.