|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Today @ 15:46:29
Posts: 153,
Visits: 4 351
|
|
| Hi, Event SingleLinkModified doesn't fire anymore. I have the following code: public partial class Article : Eco.Services.ISingleLinkCatcher { void ISingleLinkCatcher.SingleLinkModified(IAssociationEnd ae, IEcoObject oldValue, IEcoObject newValue) { if (newValue == null) return; if (ae.LoopbackIndex == Eco_LoopbackIndices.Author) { this.Title = "New Title"; } } If I put a break in the first line (newValue == null) it doesn't go there. Eco Build 5.0.0.5036 (It didn't work in 5.0.0.4802) but I think that it worked before. Has something change? Let me know if I should report as a bug. Regards, Jose Maria Sanmartin
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: 2010-09-03 10:28:49
Posts: 173,
Visits: 2 010
|
|
| We use it so I think I would have noticed if it did not work in the latest builds. Please provide a small repeating sample and upload to mantis...
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Today @ 15:46:29
Posts: 153,
Visits: 4 351
|
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Today @ 15:46:29
Posts: 153,
Visits: 4 351
|
|
| Let me check it first if I put the following line in the EcoSpace new LinkOperationCache(FrontsidePolicy) {Enabled = true}; I've been working with two source versions due to a bug (One that didn't support LinkOperacionCache and other that it did) so maybe I forgot to uncomment that line. I will check it this afternoon and I will report here.
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Today @ 15:46:29
Posts: 153,
Visits: 4 351
|
|
| Forget about the bug. It works OK I forgot to add new LinkOperationCache(FrontsidePolicy) {Enabled = true}; Thanks, José María Sanmartín
|
|
|
|