Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SKU to product form #524

Merged
merged 2 commits into from
Nov 10, 2013
Merged

Add SKU to product form #524

merged 2 commits into from
Nov 10, 2013

Conversation

jjanvier
Copy link
Contributor

@jjanvier jjanvier commented Nov 2, 2013

Don't know why but it's currently impossible to set a SKU to a main product.

@stloyd
Copy link
Contributor

stloyd commented Nov 2, 2013

Sounds reasonable... can you also remove all those classes that not exist in Bootstrap 3 (i.e. input-xxlarge etc.) ? Thanks! =)

@jjanvier
Copy link
Contributor Author

jjanvier commented Nov 3, 2013

@stloyd I removed all the useless bootstrap css classes. But not sure this is what you wanted...

{{ form_row(form.name, {'attr': {'class': 'input-large'}}) }}
{{ form_row(form.description, {'attr': {'class': 'input-xlarge'}, 'rows': 5}) }}
{{ form_row(form.name) }}
{{ form_row(form.description, {'attr': {'rows': 5}) }}
Copy link
Member

Choose a reason for hiding this comment

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

Missing } here. (see travis, 500 on this page)

@stloyd
Copy link
Contributor

stloyd commented Nov 7, 2013

@jjanvier Can you revert 6bf8dcd8b65130bf34056b4c1d7aa19d234dbf58? Thanks! We don't need it anymore as #531 was merged.

@jjanvier
Copy link
Contributor Author

jjanvier commented Nov 7, 2013

@stloyd, OK no pb
counter troll to @pjedrzejewski, ha ha, I like it :)

@cordoval
Copy link
Contributor

cordoval commented Nov 7, 2013

i have set sku as a property to move forward but hopefully there is a simple way to update this later on

@jjanvier
Copy link
Contributor Author

@stloyd it should be OK. I just removed remaining useless Bootstrap2 classes

stloyd added a commit that referenced this pull request Nov 10, 2013
@stloyd stloyd merged commit 8bcd90b into Sylius:master Nov 10, 2013
@stloyd
Copy link
Contributor

stloyd commented Nov 10, 2013

Thanks!

@jjanvier jjanvier deleted the fix/sku branch November 10, 2013 15:00
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.

None yet

4 participants