Closed (outdated)
Project:
Station
Version:
6.x-2.x-dev
Component:
Catalog
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2009 at 05:05 UTC
Updated:
21 Dec 2021 at 21:16 UTC
Jump to comment: Most recent
Comments
Comment #1
drewish commentedare you able to edit the date field? it might have been created as a locked field. in -dev i believe i've made it unlocked so you can edit it. if your's is locked i'll need to give you a php snippet to fix it.
Comment #2
tim.plunkettEither it's locked, or I just don't know exactly what I'm doing.
Comment #3
drewish commentedYeah if you can't edit it it's locked. I think I need an update to get them all on the same page.
Comment #4
tim.plunkettI am really stuck on this one, and I can't even find out where to start. This issue itself is in the top 3 results for "drupal locked fields". Any suggestions of where to start are welcome.
Comment #5
drewish commentedah, basically it'll be a matter of an update function that calls content_fields() for each of the fields changes the 'locked' property and then calls content_field_instance_update().
Comment #6
tim.plunkettWas that a "I will write an update function" or "If you want this to work, learn how to write an update function"?
I don't mean it in an impatient way, I just wasn't sure if I was supposed to be figuring this out myself.
Tim
Comment #7
drewish commentedinitially i was intending to write it but based on your question i though you might have been offering to take it on ;)
Comment #8
tim.plunkettto be honest, i just started taking classes for the summer, and i'm not sure that i'd actually get it done. sorry for the confusion.
Comment #9
tim.plunkettAfter looking into this further, it seems that I misunderstood the issue. It's not a locked field issue because the data isn't in CCK fields to begin with, they're stored in
station_catalog. No wonder I couldn't figure this out.Comment #10
pribeh commentedsubscribing.
Comment #11
avpadernoI am closing this issue, as Drupal 6 is now not supported.