Quote:
Originally Posted by chaley
You can use current_library_name() in a template to determine if an action should run. However, this isn't ideal because the mapping from library name to columns is in your head and can change. Better would be an field_exists('name') boolean function. I will look at adding that.
|
Thank you very much! This would work for me in a lot of places (yes, I have a lot of custom columns and libraries

)