mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Show object ID when editing items
Shows the database object ID when editing on the Notes tab, to allow for use in the API. Needs further work as we move things to dynamic modals for editing.
This commit is contained in:
@@ -390,6 +390,8 @@
|
||||
<textarea class="form-control" rows="8" placeholder="Enter some notes" name="notes"><?php echo $asset_notes; ?></textarea>
|
||||
</div>
|
||||
|
||||
<p class="text-muted text-right">Asset ID: <?= $asset_id ?></p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user