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

Set-count is broken #19

Closed
michael-e opened this issue Mar 14, 2013 · 1 comment
Closed

Set-count is broken #19

michael-e opened this issue Mar 14, 2013 · 1 comment

Comments

@michael-e
Copy link
Owner

Here is some example XML I get using the set-count action:

<events>
    <storage-action type="set-count" result="success">
        <request-values>
            <group id="basket">
                <item id="article1" difference="+3"/>
            </group>
        </request-values>
    </storage-action>
</events>
<m-storage>
    <group id="basket">
        <item id="article1" count="3"/>
    </group>
</m-storage>

Looks good for the first submit. :-)

The problem is: It's exactly the same for subsequent submits. It doesn't increase the count at all.

@michael-e
Copy link
Owner Author

I verified that the problem occurs for count-positive as well as count.

@ghost ghost assigned michael-e Mar 16, 2013
michael-e added a commit that referenced this issue Mar 16, 2013
@michael-e michael-e removed their assignment Oct 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant