Read-only files overwrite 22.14

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
User avatar
D Oliveira
AppGini Super Hero
AppGini Super Hero
Posts: 347
Joined: 2018-03-04 09:30
Location: David

Read-only files overwrite 22.14

Post by D Oliveira » 2022-06-23 20:44

Hey guys, back in the day when I set a file to read-only in windows and generated an appgini project the file would be skipped during generation process.

But I recently updated to windows 11 and appgini 22.14 and now even when I set the file to read only appgini still overwrites the files.

Does anyone have the same issue?

User avatar
a.gneady
Site Admin
Posts: 1281
Joined: 2012-09-27 14:46
Contact:

Re: Read-only files overwrite 22.14

Post by a.gneady » 2022-06-25 12:54

This page describes the opposite of this issue :D but please check the answer for possible solutions.
:idea: AppGini plugins to add more power to your apps:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

User avatar
D Oliveira
AppGini Super Hero
AppGini Super Hero
Posts: 347
Joined: 2018-03-04 09:30
Location: David

Re: Read-only files overwrite 22.14

Post by D Oliveira » 2022-06-25 19:14

Thanks for replying but I wasn't successful as my admin user permissions for the files are locked, is there a way to add a check-box inside the field "skip this field" on the next versions? something like:
2022_06_25_15_12_02_AppGini_G_.shortcut_targets_by_id_1VrEXnyHWSQFZiljhn5x7JW_bZUR5SqY5_Tiger_Co.png
2022_06_25_15_12_02_AppGini_G_.shortcut_targets_by_id_1VrEXnyHWSQFZiljhn5x7JW_bZUR5SqY5_Tiger_Co.png (9.2 KiB) Viewed 2542 times
I just find myself clicking the skip all button through generation accidentally, so it would be nice to have that option for each field as described in the image

spizpan
Posts: 9
Joined: 2020-06-21 22:48
Location: Greece

Re: Read-only files overwrite 22.14

Post by spizpan » 2023-05-14 12:01

D Oliveira wrote:
2022-06-25 19:14
Thanks for replying but I wasn't successful as my admin user permissions for the files are locked, is there a way to add a check-box inside the field "skip this field" on the next versions?
That would be a very useful addition!! Thumbs up! ;)

User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Re: Read-only files overwrite 22.14

Post by onoehring » 2023-05-16 04:49

Hi D Oliveira,

why would you want to skip some table?
How should be noted when a skipped table should be generated again?

Did you take in mind, that in a skipped table might be references to other things you changed in your application?

At this time I find it very "dangerous" to skip a table .. or just have this option.

Olaf

User avatar
D Oliveira
AppGini Super Hero
AppGini Super Hero
Posts: 347
Joined: 2018-03-04 09:30
Location: David

Re: Read-only files overwrite 22.14

Post by D Oliveira » 2023-05-16 23:09

onoehring wrote:
2023-05-16 04:49
Hi D Oliveira,

why would you want to skip some table?
How should be noted when a skipped table should be generated again?

Did you take in mind, that in a skipped table might be references to other things you changed in your application?

At this time I find it very "dangerous" to skip a table .. or just have this option.

Olaf
yeah that would be a conscious decision to retain changes to _view.php file, _dml, and others, just a nice to have not a necessity

Post Reply