Giter VIP home page Giter VIP logo

Comments (7)

rxtur avatar rxtur commented on May 16, 2024

Is this DB related? I just did this in test site (http://zoo.azurewebsites.net) which uses XML provider and it seems to work as expected.

from blogengine.net.

4imble avatar 4imble commented on May 16, 2024

Yes I am using SQL server. I am pretty sure its related to this persistence
type.
On 15 Jan 2016 5:04 pm, "rxtur" [email protected] wrote:

Is this DB related? I just did this in test site (
http://zoo.azurewebsites.net) which uses XML provider and it seems to
work as expected.


Reply to this email directly or view it on GitHub
#29 (comment)
.

from blogengine.net.

rxtur avatar rxtur commented on May 16, 2024

Actually, I don't have this issue with SQL Server either - followed your steps, all worked fine. Did you upgrade? I used fresh install to test.

from blogengine.net.

4imble avatar 4imble commented on May 16, 2024

This was a fresh install. I will try and reproduce on my home machine
tomorrow.
On 15 Jan 2016 11:00 pm, "rxtur" [email protected] wrote:

Actually, I don't have this issue with SQL Server either - followed your
steps, all worked fine. Did you upgrade? I used fresh install to test.


Reply to this email directly or view it on GitHub
#29 (comment)
.

from blogengine.net.

4imble avatar 4imble commented on May 16, 2024

I just tried this on another machine and I had the same problem. I used the ready published version of the blog, rather than getting the code and publishing my own. If I get chance this week, i'll have a look at the code and see if I can reproduce it there and if so then look at a fix. For now I will simply avoid making categories this way.

from blogengine.net.

rxtur avatar rxtur commented on May 16, 2024

Not able to recreate this.

from blogengine.net.

iGanja avatar iGanja commented on May 16, 2024

I have this exact same issue at this time.
I am using version 3.3.5, and am running from the source code version.
I do not know if this has been fixed in some other area in the Core, but my fix was to fix the call from the angular controller used by the widget (posteditorController.js) which did NOT initialize $scope.category to { "IsChecked": false, "Id": null, "Parent": null, "Title": "", "Description": "", "Count": 0 }; as categoryContoller.js does. Instead it would only set $scope.category values as the bound fields were updated in the UI. Hence a saveCategory() call might send a payload to the api controller of {Title: "newTitle"} without all the other properties set to default values. This call would return a success from the api service, but would NOT update the database.
Hope this helps someone.

from blogengine.net.

Related Issues (20)

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.